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