pico-sstv
alanbjohnston 3 years ago committed by GitHub
parent b89cee4a4d
commit 94119a7e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,7 +225,7 @@ void loop() {
} else { } else {
Serial.println("Using stored image"); Serial.println("Using stored image");
strcpy(image_file, sstv1_filename); // 2nd stored image strcpy(image_file, sstv1_filename); // 2nd stored image
store_image = true; stored_image = true;
} }
} }
if (debug_mode) { if (debug_mode) {

Loading…
Cancel
Save

Powered by TurnKey Linux.