delete stored jpegs

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

@ -304,6 +304,9 @@ void load_files() {
SPIFFS.begin();
File f;
deleteFile(SPIFFS, "/sstv_image_1_320_x_240.jpg");
deleteFile(SPIFFS, "/sstv_image_2_320_x_240.jpg");
f = SPIFFS.open("/sstv_image_1_320_x_240.jpg", "r");
// if (f) {
if (false) {

Loading…
Cancel
Save

Powered by TurnKey Linux.