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

Major Release v1.8.0 to add optional auto-Timezone feature and update examples to show how to use the new TZ feature

02 May 06:32
f7e9e0e
Compare
Choose a tag to compare

Major Releases v1.8.0

  1. Add auto-Timezone feature with variable _timezoneName (e.g. America/New_York) and function to retrieve TZ (e.g. EST5EDT,M3.2.0,M11.1.0) to use directly to configure ESP32/ESP8266 timezone. Check How to retrieve timezone? #51
  2. Store those _timezoneName and TZ in LittleFS or SPIFFS config file.
  3. Using these new timezone feature is optional.
  4. Add checksum in config file to validate data read from LittleFS or SPIFFS config file.
  5. Update examples to show how to use the new TZ feature.

Release v1.7.1 to fix captive-portal and Multi-WiFi bugs

26 Apr 01:40
f28252c
Compare
Choose a tag to compare

Releases v1.7.1

  1. Fix captive-portal bug if Config Portal AP address is not default 192.168.4.1. Check In AP, DNS server always redirects to 192.168.4.1 no mater what APStaticIP is set to. #58
  2. Fix Multi-WiFi bug.

Version v1.7.0 to add support to ESP32-C3 (SPIFFS and EEPROM) and to ESP32-S2 (LittleFS and SPIFFS)

21 Apr 05:48
1f00f9e
Compare
Choose a tag to compare

Releases v1.6.3 to fix dnsServer not closed to free up DNS port 53.

14 Apr 00:53
7f73844
Compare
Choose a tag to compare

Releases v1.6.3

  1. Fix dnsServer not closed to free up DNS port 53. Check Allow captive portal to run more than once by closing dnsServer cleanly. #49
  2. Add dnsServer can't start error message.

Release v1.6.2 to fix examples' misleading messages.

09 Apr 02:16
88571d9
Compare
Choose a tag to compare

Version v1.6.1 to adapt to esp32 core v1.0.6

27 Mar 06:12
54b4992
Compare
Choose a tag to compare

Releases v1.6.1

  1. Modify multiWiFi-related timings to work better with latest esp32 core v1.0.6

Version v1.6.0 to fix WiFi Scanning bug.

25 Feb 16:36
a87c9ab
Compare
Choose a tag to compare

Releases v1.6.0

  1. Fix WiFi Scanning bug introduced in v1.5.0 when working with new esp32 core v1.0.5

Major Releases v1.5.0 to add support to ESP32-S2, be more efficient and multitask friendly

16 Feb 05:09
3fd62f3
Compare
Choose a tag to compare

Major Releases v1.5.0

  1. Add support to ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, ESP32S2 Dev Module, UM FeatherS2, UM ProS2, microS2, etc.)
  2. Add Instructions to install ESP32-S2 core
  3. Rewrite library code to be more efficient and multitask friendly

Version v1.4.3 to fix examples' bug not saving Static IP in certain cases.

23 Jan 22:17
73a5027
Compare
Choose a tag to compare

Releases v1.4.3

  1. Fix examples' bug not saving Static IP in certain cases.
  2. Add feature to warn if using examples with old library versions

Version 1.4.2 to fix bug not using saved WiFi Credentials after losing all WiFi connections.

14 Jan 09:53
c91d8bc
Compare
Choose a tag to compare

Releases v1.4.2

  1. Fix examples' bug not using saved WiFi Credentials after losing all WiFi connections.
  2. Fix compiler warnings.