delete filename before camera save

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

@ -113,6 +113,8 @@ void loop() {
char filename[] = "/cam.bin";
deleteFile(SPIFFS, filename);
save_camera_image(filename);
listDir(SPIFFS, "/", 0);

Loading…
Cancel
Save

Powered by TurnKey Linux.