Skip to content

Commit

Permalink
Update cubesatsim.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Nov 19, 2022
1 parent 284bd7c commit ad63e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void loop() {
strcpy(image_file, camera_file);
} else {
strcpy(image_file, sstv1_filename); // 2nd stored image
Serial.println("Using image file");
Serial.println("Using stored image file");
}
}
if (debug_mode) {
Expand Down

0 comments on commit ad63e01

Please sign in to comment.