diff --git a/platformio.ini b/platformio.ini index d8dcee26..be9651ce 100644 --- a/platformio.ini +++ b/platformio.ini @@ -67,7 +67,7 @@ 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.2 ; GPIO button library + bxparks/AceButton@^1.8.3 ; GPIO button library bblanchon/ArduinoJson@^6.17.3 ; Json(l) parser bblanchon/StreamUtils@1.6.0 ; for EEPromStream knolleary/PubSubClient@^2.8.0 ; MQTT client