diff --git a/platformio.ini b/platformio.ini index 4a9bc9f..621d03b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,6 +13,6 @@ platform = espressif32 board = esp32dev framework = arduino lib_deps = - https://github.com/admarschoonen/WIFIMANAGER-ESP32.git#v0.99.11 - https://github.com/admarschoonen/dESPatch.git#v0.9.4 + https://github.com/admarschoonen/WIFIMANAGER-ESP32.git#v0.100.0 + https://github.com/admarschoonen/dESPatch.git#v0.9.5 bblanchon/ArduinoJson @ ^7.1.0