Update rpitx.py sleep 5 between frames in CW mode

sr-frs-rx-mode
Alan Johnston 2 years ago committed by GitHub
parent bfe51a7394
commit 62c692f16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -441,7 +441,7 @@ if __name__ == "__main__":
f.close()
system("sudo rm /home/pi/CubeSatSim/cwready")
sleep(1)
sleep(5)
except:
sleep(1)
elif (mode == 's'):

Loading…
Cancel
Save

Powered by TurnKey Linux.