khoih-prog / ESP_WiFiManager_Lite

Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. paragraph=Library to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.
MIT License
49 stars 15 forks source link

Captive portal #24

Closed hmueller01 closed 1 year ago

hmueller01 commented 1 year ago

added feature captive portal

khoih-prog commented 1 year ago

Sorry for the delay as I'm busy with something else new and more interesting.

Merged now.

khoih-prog commented 1 year ago

Hi @hmueller01

The new ESP_WiFiManager_Lite releases v1.10.0 has just been published. Your contribution is noted in Contributions and Thanks

Best Regards,


Release v1.10.0

  1. Add Captive-Portal feature. Check Captive portal #24
  2. Add option to not USE_LED_BUILTIN for Config-Portal. Check added switch to turn use of builtin LED off #20
  3. Code clean-up
hmueller01 commented 1 year ago

Hey @khoih-prog, thanks for merging! Just a small note. Why did you use version 1.10.0 here and 1.9.1 at ESPAsync_WiFiManager_Lite? Shouldn't stay this the same?

khoih-prog commented 1 year ago

They are sync'ed @ v1.10.1 now. Thanks for the note.