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

Example fixes #37

Closed hmueller01 closed 1 year ago

hmueller01 commented 1 year ago

I am sorry, but I still have some fixes. First I forgot to update the examples. This time I compiled with ESP8266 and ESP32. I also changed the variable ESP_WM_LITE_HTML_HEAD_CUSTOMS_STYLE to _CustomsHeadStyle as this is no define ... (maybe in an earlier version you used a define for that). Eventually I need to implement all this in the Async version ...

hmueller01 commented 1 year ago

Please do not merge yet. I will include another commit (to better align this version with ESPAsync_WiFiManager_Lite)

hmueller01 commented 1 year ago

Ok, it's done.

khoih-prog commented 1 year ago

Everything is OK. Merging now.

khoih-prog commented 1 year ago

Hi @hmueller01

The merge is much easier and smoother everyday. Good job.


Release v1.10.5

  1. Using PROGMEM for strings in examples. Check Example fixes #37
  2. Improve README.md so that links can be used in other sites, such as PIO