Update to ArduinoJson 6.18.3

This commit is contained in:
fvanroie 2021-07-27 17:47:56 +02:00
parent a3f1fd1dcc
commit 5e19ee3fc7

View File

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