This commit is contained in:
2026-03-21 20:48:31 +01:00
parent 8663907d92
commit 5b684b9907
+1 -1
View File
@@ -159,7 +159,7 @@ def process_command(tef: AutoFMAM, data: bytes, state: State, conn: socket.socke
if tef.modulation == Modulation.FM: state.bw_fm = bw
else: state.bw_am = bw
tef.Set_Bandwidth(bw)
out += f"W{bw}\n".encode()
if tef.modulation == Modulation.FM: out += f"W{bw}\n".encode() # Enhanced tuning is full of terrible
elif cmd.startswith(b"?"): out += b">XRD Python driver\n"
elif cmd.startswith(b"S"):
cmd = cmd[1:]