Skip to content

Commit

Permalink
v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Nov 19, 2022
1 parent 8d6a359 commit 284bd7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -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 ");
Expand Down

0 comments on commit 284bd7c

Please sign in to comment.