added load_files

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

@ -222,7 +222,8 @@ void loop() {
strcpy(image_file, sstv1_filename);
first_time_sstv = false;
stored_image = true;
Serial.println("First time - using stored image");
Serial.println("First time - using stored image");
load_files();
} else {
if (camera_detected = get_camera_image()) {
// Serial.println("Getting image file");

Loading…
Cancel
Save

Powered by TurnKey Linux.