From a84c543700b94aa74970d714db27429cc7d5e415 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Thu, 6 May 2021 01:34:59 +0200 Subject: [PATCH] Revert to 6.17.3 because 6.18.0 is not in the registry yet --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 0d919308..b695c247 100644 --- a/platformio.ini +++ b/platformio.ini @@ -68,7 +68,7 @@ build_flags = ; 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 + 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