From a1d5f97efb7ea06b766c0d7ef0ad4a487b41dc1a Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 17 Apr 2023 22:01:38 +0200 Subject: [PATCH] Upgrade ArduinoJson from 6.21.1 to 6.21.2 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ecf1632d..76620377 100644 --- a/platformio.ini +++ b/platformio.ini @@ -27,7 +27,7 @@ build_unflags = lib_deps = https://github.com/yubox-node-org/ESPAsyncWebServer - bblanchon/ArduinoJson @ ^6.21.1 + bblanchon/ArduinoJson @ ^6.21.2 https://github.com/bertmelis/espMqttClient.git#v1.4.2 nrf24/RF24 @ ^1.4.5 olikraus/U8g2 @ ^2.34.17