mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix configRead prototype
This commit is contained in:
parent
cbbd2d9bba
commit
e97bebd87e
@ -162,7 +162,7 @@ DeserializationError configParseFile(String& configFile, JsonDocument& settings)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
DeserializationError configRead(JsonDocument& settings, bool setupdebug = false)
|
DeserializationError configRead(JsonDocument& settings, bool setupdebug =false)
|
||||||
{
|
{
|
||||||
String configFile((char*)0);
|
String configFile((char*)0);
|
||||||
configFile.reserve(32);
|
configFile.reserve(32);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user