From 29696810486245e05d3b9a3b13c06d2c35b7c97c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 20 Apr 2024 08:51:26 -0400 Subject: [PATCH] Update rpitx.py don't use txc for CW ID in HAB mode --- rpitx.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 4d282cd2..43095fd6 100644 --- a/rpitx.py +++ b/rpitx.py @@ -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)