From 59e8ed71e20ee274cc9382627f2e985154c520d8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 11:38:17 -0400 Subject: [PATCH] Update transmit.py always do repeater cw --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 6834d7d3..99935623 100644 --- a/transmit.py +++ b/transmit.py @@ -384,7 +384,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') or (mode == 'j')) and (command_tx == True) and (skip == False): - if ((mode == 'a') or (mode == 'b') or (mode == 'f') or (mode == 'e') or (mode == 's') or (mode == 'j')) and (command_tx == True) and (skip == False): + if (((mode == 'a') or (mode == 'b') or (mode == 'f') or (mode == 's') or (mode == 'j')) and (command_tx == True) and (skip == False)) or (mode == 'e'): # battery_saver_mode GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi Zero 2 and Pi 4 GPIO.setup(txLed, GPIO.OUT)