blink when turning aprs back on

fm-rx
Alan Johnston 3 years ago committed by GitHub
parent e489bb56de
commit 3b1c47b032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -207,6 +207,9 @@ if __name__ == "__main__":
if (command_tx == True):
print("Turning on transmit")
system("echo > command_tx True")
output(txLed, txLedOn)
sleep(0.5)
output(txLed, txLedff)
else:
print("Turning off transmit")
system("echo > command_tx False")

Loading…
Cancel
Save

Powered by TurnKey Linux.