mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Bump ArduinoJson to 6.18.0
This commit is contained in:
parent
036861db3a
commit
1275b32a5e
@ -68,7 +68,7 @@ build_flags =
|
|||||||
; Warning : don't put comments after github links => causes infinite download loop
|
; Warning : don't put comments after github links => causes infinite download loop
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bxparks/AceButton@^1.8.3 ; GPIO button library
|
bxparks/AceButton@^1.8.3 ; GPIO button library
|
||||||
bblanchon/ArduinoJson@^6.17.3 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.18.0 ; Json(l) parser
|
||||||
bblanchon/StreamUtils@1.6.0 ; for EEPromStream
|
bblanchon/StreamUtils@1.6.0 ; for EEPromStream
|
||||||
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
||||||
git+https://github.com/fvanroie/ConsoleInput.git
|
git+https://github.com/fvanroie/ConsoleInput.git
|
||||||
|
@ -122,7 +122,7 @@ DeserializationError configParseFile(String& configFile, JsonDocument& settings)
|
|||||||
}
|
}
|
||||||
return DeserializationError::InvalidInput;
|
return DeserializationError::InvalidInput;
|
||||||
#else
|
#else
|
||||||
return DeserializationError::NotSupported;
|
return DeserializationError::InvalidInput;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user