Update transmit.py another typo

fc-1
Alan Johnston 11 months ago committed by GitHub
parent 1c37ad5d4d
commit 335ebf5d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -773,7 +773,7 @@ if __name__ == "__main__":
# print(txLedOn) # print(txLedOn)
if (mode == 'b'): if (mode == 'b'):
sleep(4.2) sleep(4.2)
else else:
sleep(4.6) sleep(4.6)
elif (mode == 'e'): # code based on https://zr6aic.blogspot.com/2016/11/creating-2m-fm-repeater-with-raspberry.html elif (mode == 'e'): # code based on https://zr6aic.blogspot.com/2016/11/creating-2m-fm-repeater-with-raspberry.html
print("Repeater") print("Repeater")

Loading…
Cancel
Save

Powered by TurnKey Linux.