Update transmit.py FUNcube

master-ff
Alan Johnston 6 months ago committed by GitHub
parent f7f4d334e4
commit 39cf84dbeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -741,7 +741,7 @@ if __name__ == "__main__":
if (mode == 'b'): if (mode == 'b'):
print("BPSK") print("BPSK")
else: else:
print("FunCube") print("FUNcube")
print("turn on FM rx") print("turn on FM rx")
output(pd, 1) output(pd, 1)
output(ptt, 1) output(ptt, 1)
@ -774,7 +774,7 @@ if __name__ == "__main__":
if (mode == 'b'): if (mode == 'b'):
sleep(4.2) sleep(4.2)
else: # FunCube mode image else: # FUNcube mode image
for i in range(4): for i in range(4):
# print("Checking image_file.bin") # print("Checking image_file.bin")
try: try:

Loading…
Cancel
Save

Powered by TurnKey Linux.