Espressif ESPx WiFi Connection manager with fallback web configuration portal
This is a fork with breaking changes. This fork has been modified and optimized specifically for PlatformIO usage.
Repository: alexhopeoconnor/WiFiManager
For the original, unmodified version of WiFiManager, please visit the upstream repository:
This fork may contain breaking changes and is not compatible with the upstream version. Use at your own risk.
- Alex Hope-O'Connor (@alexhopeoconnor) - Fork maintainer
- Original work by tzapu and contributors
This fork is optimized for PlatformIO. Add to your platformio.ini:
[env:your_environment]
platform = espressif8266 ; or espressif32
board = d1_mini ; your board
framework = arduino
lib_deps =
path = ../../../WiFiManager ; Relative path to this librarySee LICENSE file for details.