Update transmit.py remove stray if

master-bf-pre
Alan Johnston 2 days ago committed by GitHub
parent 74ed1d74d0
commit 41c0b867b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1020,7 +1020,7 @@ if __name__ == "__main__":
status = status + " C"
if sim_mode:
status = status + " S"
if (
if (hab_mode == True) and (mode == 'a'):
print("Don't transmit CW ID since APRS HAB mode is active")
else:

Loading…
Cancel
Save

Powered by TurnKey Linux.