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

@ -223,7 +223,7 @@ void loop() {
char camera_file[] = "/cam.jpg";
strcpy(image_file, camera_file);
} else {
Serial.println("Using stored image")
Serial.println("Using stored image");
strcpy(image_file, sstv1_filename); // 2nd stored image
store_image = true;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.