From 48e071ef90f3d5eb04e4950635b4c991abf8513f Mon Sep 17 00:00:00 2001 From: admar Date: Sat, 17 Aug 2024 17:27:35 +0200 Subject: [PATCH] Update WIFIMANAGER-ESP32 and dESPatch libraries --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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