From 7b9852c73ad8c3fbf0ac2180d6327dd66ff5a450 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 Sep 2021 23:10:32 +0200 Subject: [PATCH] Update library versions --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 617ab08a..3ca9083f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -68,8 +68,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.9.0 ; GPIO button library - bblanchon/ArduinoJson@^6.18.3 ; Json(l) parser + bxparks/AceButton@^1.9.1 ; GPIO button library + bblanchon/ArduinoJson@^6.18.4 ; Json(l) parser bblanchon/StreamUtils@1.6.1 ; for EEPromStream knolleary/PubSubClient@^2.8.0 ; MQTT client git+https://github.com/fvanroie/ConsoleInput.git