khoih-prog / ESPAsync_WiFiManager_Lite

Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and 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
57 stars 14 forks source link

implement PROGMEM strings, alignment with ESP_WiFiManager_Lite #31

Closed hmueller01 closed 1 year ago

khoih-prog commented 1 year ago

Can you also include in this PR the modification of the examples like Example fixes #37 to sync with ESP_WiFiManager_Lite ?

hmueller01 commented 1 year ago

Yep. Would give you the chance to release

  1.10.4  K Hoang      27/01/2023  Using PROGMEM for HTML strings
  1.10.5  K Hoang      28/01/2023  Using PROGMEM for strings in examples

...

khoih-prog commented 1 year ago

I'd prefer to go straight to v1.10.5 than step thru both.

khoih-prog commented 1 year ago

I haven't checked, but believe OK to merge now.

khoih-prog commented 1 year ago

Hi @hmueller01

Release v1.10.5

  1. Using PROGMEM for strings in examples. Check Example fixes #32
  2. Using PROGMEM for HTML strings. Check implement PROGMEM strings, alignment with ESP_WiFiManager_Lite #31
  3. Default LittleFS for ESP8266 in examples
  4. Improve README.md so that links can be used in other sites, such as PIO
  5. Sync with ESP_WiFiManager_Lite v1.10.5