From 769089a920805e741057365ac52ec8cb63f0919f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 15 Jul 2024 11:35:47 -0400 Subject: [PATCH] Update rpitx.py only transmit CW ID if beacon is on --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index f45febc7..25af87bf 100644 --- a/rpitx.py +++ b/rpitx.py @@ -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):