Update rpitx.py added sleep 10 for stored image modes

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 73a36349c4
commit 227f94fa6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -654,7 +654,7 @@ if __name__ == "__main__":
# output(pd, 0) # output(pd, 0)
system("sudo rm /home/pi/CubeSatSim/camera_out.jpg.wav > /dev/null 2>&1") system("sudo rm /home/pi/CubeSatSim/camera_out.jpg.wav > /dev/null 2>&1")
sleep(1) sleep(10)
else: else:
try: try:
command_control_check() command_control_check()
@ -745,7 +745,7 @@ if __name__ == "__main__":
output(txLed, txLedOff) output(txLed, txLedOff)
# output (ptt, 1) # output (ptt, 1)
# output(pd, 0) # output(pd, 0)
sleep(1) sleep(10)
elif (mode == 'b'): elif (mode == 'b'):
# command_control_check() # command_control_check()

Loading…
Cancel
Save

Powered by TurnKey Linux.