From 55261885bebca433cbd2d8abad910298b5209fe0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Feb 2026 15:47:40 -0500 Subject: [PATCH] Update dtmf_aprs_cc.py only turn transmit LEDs off --- dtmf_aprs_cc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 327bb53d..18ed491f 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -160,9 +160,9 @@ if __name__ == "__main__": # GPIO.output(txLed, 0) # GPIO.output(powerPin, 0) - system("gpio write 27 0") - system("gpio write 0 1") - system("gpio write 2 1") + system("gpio write 27 1") + system("gpio write 0 0") + system("gpio write 2 0") system("sudo systemctl stop transmit") # system("sudo systemctl stop cubesatsim")