Update transmit.py don't turn off green LED in x or n mode

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent 2a7f87fe59
commit bd1addf235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -421,7 +421,7 @@ if __name__ == "__main__":
if (mode == 'a'):
print("AFSK")
else:
GPIO.output(powerPin, 0)
# GPIO.output(powerPin, 0)
print("Transmit APRS Commands")
# while True:
# sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.