why doesnt the bw switch work proper
This commit is contained in:
@@ -226,7 +226,7 @@ def send_signal_status(tef: AutoFMAM, conn: socket.socket, state: State):
|
||||
status, level, usn, wam, _, bandwidth, *_ = res
|
||||
|
||||
ms_since_tune = (status & 0x3ff) / 10
|
||||
if ms_since_tune < 60: return # Give only "quality data"
|
||||
if ms_since_tune < 36: return # Give only "quality data"
|
||||
|
||||
level = level / 10
|
||||
if level > 120 or level < -20: return
|
||||
|
||||
Reference in New Issue
Block a user