Update dtmf_aprs_cc.py don't turn off green LED

master-b
Alan Johnston 1 month ago committed by GitHub
parent fd1927762f
commit d05f505e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -161,8 +161,8 @@ if __name__ == "__main__":
# GPIO.output(txLed, 0) # GPIO.output(txLed, 0)
# GPIO.output(powerPin, 0) # GPIO.output(powerPin, 0)
system("gpio write 27 0") system("gpio write 27 0")
system("gpio write 0 0") # system("gpio write 0 0")
system("gpio write 2 0") # system("gpio write 2 0")
system("sudo systemctl stop transmit") system("sudo systemctl stop transmit")
# system("sudo systemctl stop cubesatsim") # system("sudo systemctl stop cubesatsim")

Loading…
Cancel
Save

Powered by TurnKey Linux.