From 85fc2da06d983d2e4286c14c3297c80b324401f4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 3 Feb 2025 09:07:54 -0500 Subject: [PATCH] Update transmit.py add prints --- transmit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit.py b/transmit.py index 405b6c9e..292ef37f 100644 --- a/transmit.py +++ b/transmit.py @@ -758,6 +758,7 @@ if __name__ == "__main__": print("Turning LED on/off and listening for carrier") image_index = 0; while 1: + print ("LED on") output(txLed, txLedOff) sleep(0.4) # if (command_tx == False): @@ -776,6 +777,7 @@ if __name__ == "__main__": if (mode == 'b'): sleep(4.2) else: # FunCube mode image + print("Checking image_file.bin") try: file = open("/home/pi/CubeSatSim/image_file.bin") file.close()