Update rpitx.py don't do initial CW ID if CW mode

beta-cc-hi
Alan Johnston 2 years ago committed by GitHub
parent e887647b61
commit 47b63aa32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -392,7 +392,8 @@ if __name__ == "__main__":
command_control_check() command_control_check()
# if (mode != 'a') and (command_tx == True): # if (mode != 'a') and (command_tx == True):
if (command_tx == True): # if (command_tx == True):
if (mode != CW):
# battery_saver_mode # battery_saver_mode
output(txLed, txLedOn) output(txLed, txLedOn)
# if (txc): # if (txc):

Loading…
Cancel
Save

Powered by TurnKey Linux.