From 284bd7c633683e8cf2abdce42cf4454c25830af6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 09:06:06 -0500 Subject: [PATCH] v0.32 --- cubesatsim/cubesatsim.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index faab3a1c..cefc4570 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -92,7 +92,7 @@ void setup() { // otherwise, run CubeSatSim Pico code - Serial.println("CubeSatSim Pico v0.30 starting...\n"); + Serial.println("CubeSatSim Pico v0.32 starting...\n"); config_gpio(); @@ -227,8 +227,10 @@ void loop() { // Serial.println("Got image file"); char camera_file[] = "/cam.jpg"; strcpy(image_file, camera_file); - } else + } else { strcpy(image_file, sstv1_filename); // 2nd stored image + Serial.println("Using image file"); + } } if (debug_mode) { Serial.print("\nSending SSTV image ");