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