Update rpitx.py don't use txc for CW ID in HAB mode

beta-hab
Alan Johnston 2 years ago committed by GitHub
parent eb496e926e
commit 2969681048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -406,8 +406,9 @@ if __name__ == "__main__":
# if (command_tx == True):
if (mode != 'm'):
# battery_saver_mode
output(txLed, txLedOn)
if (txc and hab_mode):
output(txLed, txLedOn)
if (False):
# if (txc and hab_mode):
print("HAB Mode is true, CW ID using FM transceiver")
output(pd, 1)
output (ptt, 0)

Loading…
Cancel
Save

Powered by TurnKey Linux.