Bump ArduinoJson version

This commit is contained in:
fvanroie 2021-02-24 22:39:01 +01:00
parent ea70eb6fed
commit 241cb0ff4e

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.8.2 ; GPIO button library
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
bblanchon/ArduinoJson@^6.17.3 ; Json(l) parser
bblanchon/StreamUtils@1.6.0 ; for EEPromStream
knolleary/PubSubClient@^2.8.0 ; MQTT client
git+https://github.com/fvanroie/ConsoleInput.git