mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +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
|
||||
}
|
||||
|
||||
DeserializationError configRead(JsonDocument& settings, bool setupdebug = false)
|
||||
DeserializationError configRead(JsonDocument& settings, bool setupdebug =false)
|
||||
{
|
||||
String configFile((char*)0);
|
||||
configFile.reserve(32);
|
||||
|
Loading…
x
Reference in New Issue
Block a user