Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

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`

01 Dec 06:27
be68975
Compare
Choose a tag to compare

Releases v1.9.8

  1. Fix bug returning IP 255.255.255.255 in core v2.0.0+ when using hostname

v1.9.7 to permit using config portal HTTP port different from 80

01 Dec 04:09
6e32781
Compare
Choose a tag to compare

Releases v1.9.7

  1. 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-

27 Nov 02:29
924808d
Compare
Choose a tag to compare

Releases v1.9.6

  1. 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

26 Nov 23:40
bc845f5
Compare
Choose a tag to compare

Releases v1.9.5

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
  2. Update library.json to use new headers for PIO

v1.9.4 to update PIO

10 Oct 07:04
5b7c443
Compare
Choose a tag to compare

Releases v1.9.4

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

v1.9.3 to add WiFi scanning of hidden SSIDs.

13 Aug 23:20
e055a49
Compare
Choose a tag to compare

Releases v1.9.3

  1. 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+

02 Aug 22:48
96f9423
Compare
Choose a tag to compare

Releases v1.9.2

  1. Fix MultiWiFi connection issue with ESP32 core v2.0.0-rc1+
  2. 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
  3. Verify compatibility with new ESP32 core v2.0.0-rc1+
  4. 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

19 May 04:09
5866967
Compare
Choose a tag to compare

Releases v1.9.1

  1. Fix warnings and verify compatibility with new ESP8266 core v3.0.0
  2. 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.

08 May 20:36
78a86c0
Compare
Choose a tag to compare

Releases v1.9.0

  1. Add WiFi /scan page.
  2. Fix **timezoneName not displayed in Info page. **
  3. Clean up.

Release v1.8.1 to fix bug and not display invalid time when not synch yet

07 May 04:11
d44c404
Compare
Choose a tag to compare

Releases v1.8.1

  1. Fix bug.
  2. Don't display invalid time when not synch yet