From bf922baa7c9d8752c72017a9c6b059c67ecfeea6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Sep 2022 22:28:35 -0400 Subject: [PATCH] delete cam.bin --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);