typo load_files

pico-sstv-new-1
alanbjohnston 3 years ago committed by GitHub
parent 76424bb882
commit 29db7b02b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -231,7 +231,7 @@ void loop() {
strcpy(image_file, camera_file);
} else {
Serial.println("Using stored image");
load_images();
load_files();
strcpy(image_file, sstv1_filename); // 2nd stored image
stored_image = true;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.