Update transmit.py add Safe Mode print

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent 5b961fc558
commit a09d1aea2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -559,6 +559,7 @@ if __name__ == "__main__":
if not txc:
system(stop_rpitx)
system(rpitx)
print("Safe Mode!")
while (True):
if (txc):
sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.