diff --git a/xrd.py b/xrd.py index 2961c88..8a8983c 100644 --- a/xrd.py +++ b/xrd.py @@ -125,6 +125,7 @@ def process_command(tef: AutoFMAM, data: bytes, state: State, conn: socket.socke tef.Tune_To(TEF6686.TuneTo_Mode.Preset, freq) state.last_tune_am = freq freq /= 10 + print(freq, tef.modulation) out += f"T{freq*10}\nM{tef.modulation}\n".encode() elif cmd.startswith(b"G"): eqims = int(cmd.decode().removeprefix("G").strip(), 2)