Update dtmf_aprs_cc.py turn on green LED at end

master-b
Alan Johnston 1 month ago committed by GitHub
parent d05f505e79
commit 4861dcb756
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 1")
# system("gpio write 2 0") system("gpio write 2 1")
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.