From 848d06c6bfa6b4e71845401cf2fae71986d8adbe Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 16 Nov 2022 21:35:37 -0500 Subject: [PATCH] force load of sstv image 1 --- cubesatsim/cubesatsim.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 6ac6e751..b6655b8f 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3966,7 +3966,8 @@ void load_files() { File f; f = LittleFS.open("sstv_image_1_320_x_240.jpg", "r"); - if (f) { +// if (f) { + if (false) { Serial.println("Image sstv_image_1_320_x_240.jpg already in FS"); f.close(); } else {