From cf6005ce2f1406605b30ac3ce88a0f6ff69edc30 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Fri, 16 Sep 2022 22:00:26 +0200 Subject: [PATCH] Fix for loading config without wsec.json --- wled00/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index f615f9669..77724b1b6 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -540,8 +540,8 @@ void deserializeConfigFromFS() { if (!success) { //if file does not exist, try reading from EEPROM #ifdef WLED_ADD_EEPROM_SUPPORT deEEPSettings(); - #endif return; + #endif } if (!requestJSONBufferLock(1)) return;