update ArduinoJson to 6.18.1

This commit is contained in:
fvanroie 2021-07-04 23:27:54 +02:00
parent bd45601449
commit f33973e4b3

View File

@ -66,8 +66,8 @@ build_flags =
; -- Shared library dependencies in all environments
; Warning : don't put comments after github links => causes infinite download loop
lib_deps =
bxparks/AceButton@^1.8.3 ; GPIO button library
bblanchon/ArduinoJson@^6.18.0 ; Json(l) parser
bxparks/AceButton@^1.9.0 ; GPIO button library
bblanchon/ArduinoJson@^6.18.1 ; Json(l) parser
bblanchon/StreamUtils@1.6.1 ; for EEPromStream
knolleary/PubSubClient@^2.8.0 ; MQTT client
git+https://github.com/fvanroie/ConsoleInput.git