don't delete .bin file

pico-v0.31-no-delete
alanbjohnston 3 years ago committed by GitHub
parent 0cf8979af6
commit 99494479ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,8 +216,8 @@ void loop() {
bool stored_image = false; bool stored_image = false;
// first_time_sstv = false; // first_time_sstv = false;
LittleFS.remove("/cam.jpg"); LittleFS.remove("/cam.jpg");
LittleFS.remove("/cam.bin"); // LittleFS.remove("/cam.bin");
LittleFS.remove("/cam2.bin"); // LittleFS.remove("/cam2.bin");
LittleFS.remove(sstv1_filename); LittleFS.remove(sstv1_filename);
Serial.println("SSTV files deleted"); Serial.println("SSTV files deleted");
char image_file[128]; char image_file[128];

Loading…
Cancel
Save

Powered by TurnKey Linux.