From e773844fa7010f37154a42efa61c14504d172775 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 Oct 2022 18:01:11 -0400 Subject: [PATCH] delete sstv image as well --- cubesatsim/cubesatsim.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 3d1a9fbd..55a97155 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -214,6 +214,8 @@ void loop() { LittleFS. remove("/cam.bin"); LittleFS. remove("/cam2.bin"); LittleFS. remove("/cam.jpg"); + LittleFS. remove("/sstv_image_1_320_x_240.jpg); + char image_file[128]; if (first_time_sstv) { // if (false) { // turn this off for now