Update cubesatsim.ino

pull/192/head
alanbjohnston 3 years ago committed by GitHub
parent 0fe381cefc
commit 1f62f86cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,12 @@ void loop() {
if (first_time_sstv) { if (first_time_sstv) {
strcpy(image_file, sstv1_filename); strcpy(image_file, sstv1_filename);
first_time_sstv = false; first_time_sstv = false;
} else { } else {
// get jpeg from camera
strcpy(image_file, sstv2_filename); strcpy(image_file, sstv2_filename);
} }
Serial.print("\nSending SSTV image "); Serial.print("\nSending SSTV image ");

Loading…
Cancel
Save

Powered by TurnKey Linux.