delete all files at start of loop

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent b082cdd374
commit 4fe1324a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,6 +211,10 @@ void setup() {
void loop() { void loop() {
deleteFile4(SPIFFS, "/cam.jpg");
deleteFile4(SPIFFS, "/cam.bin");
deleteFile4(SPIFFS, "/cam.pwm");
char filename[] = "/cam.jpg"; char filename[] = "/cam.jpg";
char input_file[] = "/cam.jpg"; char input_file[] = "/cam.jpg";
// char output_file2[] = "/cam2.bin"; // char output_file2[] = "/cam2.bin";

Loading…
Cancel
Save

Powered by TurnKey Linux.