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")