From 227f94fa6cfb9fc936b345cf19e4a0ca9f9945b0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Jul 2024 14:52:01 -0400 Subject: [PATCH] Update rpitx.py added sleep 10 for stored image modes --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index e373e55e..4c64b323 100644 --- a/rpitx.py +++ b/rpitx.py @@ -654,7 +654,7 @@ if __name__ == "__main__": # output(pd, 0) system("sudo rm /home/pi/CubeSatSim/camera_out.jpg.wav > /dev/null 2>&1") - sleep(1) + sleep(10) else: try: command_control_check() @@ -745,7 +745,7 @@ if __name__ == "__main__": output(txLed, txLedOff) # output (ptt, 1) # output(pd, 0) - sleep(1) + sleep(10) elif (mode == 'b'): # command_control_check()