Update rpitx.py only transmit CW ID if beacon is on

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 1dcb023601
commit 769089a920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -413,7 +413,7 @@ if __name__ == "__main__":
# if (mode != ) and (command_tx == True):
# if (command_tx == True):
if (mode == 'a') or (mode == 'b') or (mode == 'f') or (mode == 's'):
if ((mode == 'a') or (mode == 'b') or (mode == 'f') or (mode == 's')) and (command_tx == True):
# battery_saver_mode
output(txLed, txLedOn)
# if (txc):

Loading…
Cancel
Save

Powered by TurnKey Linux.