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

send-commands
Alan Johnston 2 months 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'): if (mode == 'a'):
print("AFSK") print("AFSK")
else: else:
GPIO.output(powerPin, 0) # GPIO.output(powerPin, 0)
print("Transmit APRS Commands") print("Transmit APRS Commands")
# while True: # while True:
# sleep(0.1) # sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.