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

@ -558,7 +558,8 @@ if __name__ == "__main__":
stop_rpitx = "sudo killall -9 rpitx && sudo killall -9 arecord && sudo rpitx -m RF -f 434.9e3 > /dev/null 2>&1"
if not txc:
system(stop_rpitx)
system(rpitx)
system(rpitx)
print("Safe Mode!")
while (True):
if (txc):
sleep(0.1)

Loading…
Cancel
Save

Powered by TurnKey Linux.