From 0e511c526a538df17fddc8f47a4f145cbf96b4d3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Sep 2022 15:40:57 -0400 Subject: [PATCH] fully removed sstv image 2 --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 33a3e6a4..bb0eedb6 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3838,7 +3838,7 @@ void load_files() { } f.close(); } - +/* f = LittleFS.open("sstv_image_2_320_x_240.jpg", "r"); if (f) { Serial.println("Image sstv_image_2_320_x_240.jpg already in FS"); @@ -3852,7 +3852,7 @@ void load_files() { } f.close(); } - +*/ show_dir(); }