okay, i give up
This commit is contained in:
@@ -233,12 +233,6 @@ def send_signal_status(tef: AutoFMAM, conn: socket.socket, state: State):
|
||||
|
||||
status, level, usn, wam, _, bandwidth, *_ = res
|
||||
|
||||
match bandwidth:
|
||||
case 3000: bandwidth = 56000
|
||||
case 4000: bandwidth = 64000
|
||||
case 6000: bandwidth = 72000
|
||||
case 8000: bandwidth = 84000
|
||||
|
||||
ms_since_tune = (status & 0x3ff) / 10
|
||||
if ms_since_tune < 36: return # Give only "quality data"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user