delete files

pico-v0.37-esp32-working
alanbjohnston 3 years ago committed by GitHub
parent f6b1a61268
commit 5818fb1f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,6 +78,9 @@ void setup() {
return; return;
} }
} }
deleteFile(SPIFFS, "/cam.jpg");
deleteFile(SPIFFS, "/cam.bin");
listDir(SPIFFS, "/", 0); listDir(SPIFFS, "/", 0);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.