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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.