From 450fb2aa353e752129f3c5149d083d97cb485921 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 20:38:54 -0500 Subject: [PATCH] Update transmit.py fix not --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 48cd7e33..cd771503 100644 --- a/transmit.py +++ b/transmit.py @@ -783,7 +783,7 @@ if __name__ == "__main__": except: image_present = False - if (!image_present): + if (image_present == False): system("raspistill -o /home/pi/CubeSatSim/camera_out.jpg -w 320 -h 256") # > /dev/null 2>&1") print("Photo taken") system("/home/pi/ssdv/ssdv -e -c CALLSIGN -i " + image_index + " -q 3 -J camera_out.jpg image_file.bin")