delete cam.* files

pico-delete
alanbjohnston 3 years ago committed by GitHub
parent 3980c3275f
commit cdb5bb84d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,11 @@ void loop() {
}
else if (mode == SSTV)
{
// first_time_sstv = false;
first_time_sstv = false;
Serial.println("Deleting cam.* files");
LittleFS. remove("/cam.bin");
LittleFS. remove("/cam2.bin");
LittleFS. remove("/cam.jpg");
char image_file[128];
if (first_time_sstv) {
// if (false) { // turn this off for now

Loading…
Cancel
Save

Powered by TurnKey Linux.