mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 12:46:37 +00:00
Fix compiler warning
This commit is contained in:
parent
03e11333b2
commit
6f0067625f
@ -325,7 +325,7 @@ void configSetup()
|
|||||||
if(i == 0) {
|
if(i == 0) {
|
||||||
#if HASP_USE_SPIFFS > 0
|
#if HASP_USE_SPIFFS > 0
|
||||||
EepromStream eepromStream(0, 2048);
|
EepromStream eepromStream(0, 2048);
|
||||||
DeserializationError error = deserializeJson(settings, eepromStream);
|
DeserializationError err = deserializeJson(settings, eepromStream);
|
||||||
#else
|
#else
|
||||||
continue;
|
continue;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user