From 28eeb8938329c865eb7a96fc5e5061b6eb8a62db Mon Sep 17 00:00:00 2001 From: zivillian Date: Sun, 22 Sep 2024 13:21:37 +0200 Subject: [PATCH] switch tzapu/WiFiManager#1740 until merged to resolve build warnings --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index a3b6d2e..e5f8d79 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,10 +15,11 @@ platform = espressif32 framework = arduino lib_deps = - https://github.com/tzapu/WiFiManager.git + https://github.com/PBRunot/WiFiManager.git#0404abde0d9d2da5c09be7d0cc669b1188bb1c81 https://github.com/me-no-dev/ESPAsyncWebServer.git https://github.com/eModbus/eModbus.git#ed343224827600409e4d57e77e60b73ff9c22f1a yiannisbourkelis/Uptime Library@^1.0.0 + SPI build_flags = -Wall -Werror -DLOG_LEVEL=LOG_LEVEL_DEBUG monitor_speed = 115200