fix for 8266 build error

This commit is contained in:
Frank
2025-11-15 00:17:16 +01:00
parent dc04ccbde7
commit 4e2605b2a6

View File

@@ -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 -> "));