This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESPAsync_WiFiManager
Releases · khoih-prog/ESPAsync_WiFiManager
v1.9.8 to fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`
Releases v1.9.8
- Fix bug returning IP
255.255.255.255
in core v2.0.0+ when usinghostname
v1.9.7 to permit using config portal HTTP port different from 80
Releases v1.9.7
- Fix bug to permit using HTTP port different from 80. Check WiFiManager works only on port 80 #75
v1.9.6 to fix compile error for ESP32 core v1.0.5-
Releases v1.9.6
- Fix compile error for ESP32 core v1.0.5-
v1.9.5 to auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library
Releases v1.9.5
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
- Update
library.json
to use newheaders
for PIO
v1.9.4 to update PIO
Releases v1.9.4
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
v1.9.3 to add WiFi scanning of hidden SSIDs.
Releases v1.9.3
- Add WiFi scanning of hidden SSIDs. Check Add support for Wifi hidden SSID scanning. #66
Releases v1.9.2 to fix MultiWiFi connection issue with ESP32 core and AsyncWebServer TLS compile errorv2.0.0-rc1+
Releases v1.9.2
- Fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+
- Fix AsyncWebServer library compile error with ESP32 core v2.0.0-rc1+. Check Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970
- Verify compatibility with new ESP32 core v2.0.0-rc1+
- Verify compatibility with new ESP8266 core v3.0.2
Release v1.9.1 to fix warnings and Autodetect / verify compatibility with new ESP8266 core v3.0.0
Releases v1.9.1
- Fix warnings and verify compatibility with new ESP8266 core v3.0.0
- Autodetect ESP8266 core v1.7.4- or new ESP8266 core v3.0.0 to use the new breaking features
Release v1.9.0 to Add WiFi `/scan` page, fix timezoneName not displayed in Info page and clean up.
Releases v1.9.0
- Add WiFi /scan page.
- Fix **timezoneName not displayed in Info page. **
- Clean up.
Release v1.8.1 to fix bug and not display invalid time when not synch yet
Releases v1.8.1
- Fix bug.
- Don't display invalid time when not synch yet