From 5e19ee3fc7e70a8b27605f343ea7eb631af3fbb0 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 27 Jul 2021 17:47:56 +0200 Subject: [PATCH] Update to ArduinoJson 6.18.3 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c7855bb4..2b7de9c0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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