This commit is contained in:
2026-03-21 19:10:58 +01:00
parent 3e7879d924
commit bf13745010
+1
View File
@@ -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)