diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index a63045e6..0fdd0351 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -161,8 +161,8 @@ if __name__ == "__main__": # GPIO.output(txLed, 0) # GPIO.output(powerPin, 0) system("gpio write 27 0") - # system("gpio write 0 0") - # system("gpio write 2 0") + system("gpio write 0 1") + system("gpio write 2 1") system("sudo systemctl stop transmit") # system("sudo systemctl stop cubesatsim")