set filename to cam.jpg

pull/182/head
alanbjohnston 4 years ago committed by GitHub
parent 0ad2706505
commit 31269fb0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,10 +189,10 @@ void loop() {
// get jpeg from camera in future
get_image_file();
char camera_file[] = "/cam.jpg";
strcpy(image_file, camera_file);
strcpy(image_file, sstv2_filename);
// strcpy(image_file, sstv2_filename);
}
if (debug_mode) {
Serial.print("\nSending SSTV image ");

Loading…
Cancel
Save

Powered by TurnKey Linux.