Fix syntax error in transmit.py condition

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 2f6a9219a1
commit cc1e93e67e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -461,7 +461,7 @@ if __name__ == "__main__":
output(txLed, txLedOn)
print("Transmit CW ID")
status = ""
if !no_command:
if not no_command:
status = status + " C"
if sim_mode:
status = status + " S"

Loading…
Cancel
Save

Powered by TurnKey Linux.