From c0f1eea7aeed50005f3832b60d585d40877ed258 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 9 Jan 2022 14:49:14 +0100 Subject: [PATCH] Update ArduinoJSON library --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8fff037d..d424cb0a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -72,7 +72,7 @@ build_flags = ; Warning : don't put comments after github links => causes infinite download loop lib_deps = bxparks/AceButton@^1.9.1 ; GPIO button library - bblanchon/ArduinoJson@^6.18.5 ; Json(l) parser + bblanchon/ArduinoJson@^6.19.0 ; Json(l) parser bblanchon/StreamUtils@1.6.1 ; for EEPromStream knolleary/PubSubClient@^2.8.0 ; MQTT client git+https://github.com/fvanroie/ConsoleInput.git