diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 91ab7eba..049ddffd 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -226,7 +226,7 @@ void loop() { // send_sstv("/cam.raw"); // send_sstv(image_file); - + LittleFS.remove("/cam.bin"); show_dir(); char output_file2[] = "/cam2.bin"; jpeg_decode(image_file, output_file2, true); // debug_mode);