Fix for loading config without wsec.json

pull/2785/head
Blaz Kristan 2022-09-16 22:00:26 +02:00
rodzic 26825ed60f
commit cf6005ce2f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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