Skip to content

alexhopeoconnor/WiFiManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFiManager

Espressif ESPx WiFi Connection manager with fallback web configuration portal

⚠️ Fork Notice

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.

Authors

  • Alex Hope-O'Connor (@alexhopeoconnor) - Fork maintainer
  • Original work by tzapu and contributors

Installation

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 library

License

See LICENSE file for details.

About

ESP8266 WiFi Connection manager with web captive portal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.4%
  • C 7.3%
  • HTML 6.7%
  • JavaScript 0.6%