force load of sstv image 1

pico-sstv-pp
alanbjohnston 3 years ago committed by GitHub
parent 15210a4d57
commit 848d06c6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save

Powered by TurnKey Linux.