diff --git a/xrd.py b/xrd.py index 75ca243..9e09a84 100644 --- a/xrd.py +++ b/xrd.py @@ -122,7 +122,7 @@ def process_command(tef: AutoFMAM, data: bytes, state: State, conn: socket.socke for cmd in data.splitlines(): if cmd.startswith(b"T"): freq = int(cmd.decode().removeprefix("T").strip()) - if freq < 153 or freq > 108000: continue + if freq < 144 or freq > 108000: continue mode = TEF6686.TuneTo_Mode.FM_Jump if tef.modulation == Modulation.AM: mode = TEF6686.TuneTo_Mode.Preset