Fix for loading config without wsec.json
This commit is contained in:
parent
26825ed60f
commit
cf6005ce2f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user