From 21782f6149a6ce32054d659d6d41dc70ae900b7d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Mar 2026 13:13:10 -0400 Subject: [PATCH] Update dtmf_aprs_cc.py remove GPIO --- dtmf_aprs_cc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 39af09e0..64cd49d3 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -179,8 +179,8 @@ if __name__ == "__main__": print("Command_count: ") print(command_count) system("echo 'print command count'") - GPIO.output(txLed, 0) - GPIO.output(powerPin, 0) + # GPIO.output(txLed, 0) + # GPIO.output(powerPin, 0) system("sudo systemctl stop transmit") # system("sudo systemctl stop cubesatsim")