From 47b63aa32de4711ebfc8827de5a91360dd7993af Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 3 Mar 2024 10:42:11 -0500 Subject: [PATCH] Update rpitx.py don't do initial CW ID if CW mode --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 50ac5326..ffb8e981 100644 --- a/rpitx.py +++ b/rpitx.py @@ -392,7 +392,8 @@ if __name__ == "__main__": command_control_check() # if (mode != 'a') and (command_tx == True): - if (command_tx == True): +# if (command_tx == True): + if (mode != CW): # battery_saver_mode output(txLed, txLedOn) # if (txc):