From f33973e4b3661a524ed7fed006fea0ad54ef44ed Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:27:54 +0200 Subject: [PATCH] update ArduinoJson to 6.18.1 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index c4203ca2..315c952b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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