Update transmit.py typo

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

@ -573,7 +573,7 @@ if __name__ == "__main__":
sleep(0.05) sleep(0.05)
system(rpitx) system(rpitx)
# print("1") # print("1")
while (input(17) -= 1): while (input(17) == 1):
sleep(0.05) sleep(0.05)
system(stop_rpitx) system(stop_rpitx)
# print("0") # print("0")

Loading…
Cancel
Save

Powered by TurnKey Linux.