From 4e2605b2a6e38650e851385b4e64437d4a9f419f Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:17:16 +0100 Subject: [PATCH] fix for 8266 build error --- wled00/file.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/file.cpp b/wled00/file.cpp index e2ae00bb..5a82bdb3 100644 --- a/wled00/file.cpp +++ b/wled00/file.cpp @@ -56,6 +56,8 @@ void closeFile() { while(strip.isUpdating() && (millis() - t_wait < 96)) delay(0); // try harder //if (strip.isUpdating()) USER_PRINTLN("closeFile: strip still updating."); delay(2); // might help + #else + bool oldLock = suspendStripService; // fix build f***u* on 8266 #endif #ifdef WLED_DEBUG_FS DEBUGFS_PRINT(F("Close -> "));