Update transmit.py don't blink tx LED at start

led
Alan Johnston 1 month ago committed by GitHub
parent 6d5e4c5d06
commit 159c8301ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -182,9 +182,9 @@ else:
print("TXC not present")
# txc = False # forcing it off
output(txLed, txLedOn)
sleep(1)
output(txLed, txLedOff)
#output(txLed, txLedOn)
#sleep(1)
#output(txLed, txLedOff)
battery_saver_check()

Loading…
Cancel
Save

Powered by TurnKey Linux.