pico-sstv-new-1
alanbjohnston 3 years ago committed by GitHub
parent 56cb2e9b0f
commit 76424bb882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,10 +211,10 @@ void loop() {
{
bool stored_image = false;
// first_time_sstv = false;
LITTLEFS.remove("/cam.jpg");
LITTLEFS.remove("/cam.bin");
LITTLEFS.remove("/cam2.bin");
LITTLEFS.remove(sstv1_filename);
LittleFS.remove("/cam.jpg");
LittleFS.remove("/cam.bin");
LittleFS.remove("/cam2.bin");
LittleFS.remove(sstv1_filename);
Serial.println("SSTV files deleted");
char image_file[128];
if (first_time_sstv) {

Loading…
Cancel
Save

Powered by TurnKey Linux.