You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
### 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](khoih-prog/ESP_WiFiManager#58)
2. Fix MultiWiFi bug.
@@ -199,16 +200,22 @@ To appreciate the power of the [ESPAsyncWebServer](https://github.com/me-no-dev/
199
200
200
201
#### Currently supported Boards
201
202
202
-
This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite) currently supports these following boards:
203
+
This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_WiFiManager) currently supports these following boards:
203
204
204
-
1.**ESP32 including ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.)**
205
-
2.**ESP8266**
205
+
1.**ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
206
+
2.**ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
207
+
3.**ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROM or SPIFFS**.
206
208
207
209
---
208
210
---
209
211
210
212
## Changelog
211
213
214
+
### Releases v1.7.1
215
+
216
+
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](https://github.com/khoih-prog/ESP_WiFiManager/issues/58)
217
+
2. Fix MultiWiFi bug.
218
+
212
219
### Releases v1.7.0
213
220
214
221
1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
@@ -3633,7 +3640,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3633
3640
3634
3641
```cpp
3635
3642
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3636
-
ESPAsync_WiFiManager v1.6.3
3643
+
ESPAsync_WiFiManager v1.7.1
3637
3644
ESP_DoubleResetDetector v1.1.1
3638
3645
[WM] RFC925 Hostname = ConfigOnDoubleReset
3639
3646
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3692,7 +3699,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3692
3699
3693
3700
```cpp
3694
3701
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU
3695
-
ESPAsync_WiFiManager v1.6.3
3702
+
ESPAsync_WiFiManager v1.7.1
3696
3703
ESP_DoubleResetDetector v1.1.1
3697
3704
[WM] RFC925 Hostname = ConfigOnDoubleReset
3698
3705
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3752,7 +3759,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
3752
3759
3753
3760
```cpp
3754
3761
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
3755
-
ESPAsync_WiFiManager v1.6.3
3762
+
ESPAsync_WiFiManager v1.7.1
3756
3763
ESP_DoubleResetDetector v1.1.1
3757
3764
Opening / directory
3758
3765
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -3830,7 +3837,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
3830
3837
3831
3838
```
3832
3839
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
3833
-
ESPAsync_WiFiManager v1.6.3
3840
+
ESPAsync_WiFiManager v1.7.1
3834
3841
ESP_DoubleResetDetector v1.1.1
3835
3842
FS File: /CanadaFlag_1.png, size: 40.25KB
3836
3843
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -3941,7 +3948,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3941
3948
3942
3949
```
3943
3950
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
3944
-
ESPAsync_WiFiManager v1.7.0
3951
+
ESPAsync_WiFiManager v1.7.1
3945
3952
ESP_DoubleResetDetector v1.1.1
3946
3953
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
3947
3954
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -4004,6 +4011,11 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
4004
4011
4005
4012
## Releases
4006
4013
4014
+
### Releases v1.7.1
4015
+
4016
+
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](https://github.com/khoih-prog/ESP_WiFiManager/issues/58)
4017
+
2. Fix MultiWiFi bug.
4018
+
4007
4019
### Releases v1.7.0
4008
4020
4009
4021
1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
@@ -4121,6 +4133,7 @@ to use the better **asynchronous** [ESPAsyncWebServer](https://github.com/me-no-
4121
4133
11. Thanks to [Russell Jahn](https://github.com/russelljahn) for reporting [ESPAsync_WiFiManager::startConfigPortal() will cause a watchdog timeout when called from a higher-priority task. #39](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/39) leading to v1.5.0 and v1.6.0
4122
4134
12. Thanks to [robcazzaro](https://github.com/robcazzaro) for reporting [Minor: examples/Async_ESP32_FSWebServer/ wrongly uses FileFS.begin(true) #47](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/47) leading to v1.6.2
4123
4135
13. Thanks to [mattbradford83](https://github.com/mattbradford83) for identify, impressively locate, fix the bug and issue PR [Allow captive portal to run more than once by closing dnsServer cleanly. #49](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/49) leading to v1.6.3
4136
+
14. Thanks to [yiancar](https://github.com/yiancar) to report the issue and propose a fix in [In AP, DNS server always redirects to 192.168.4.1 no mater what APStaticIP is set to. #58](https://github.com/khoih-prog/ESP_WiFiManager/issues/58) leading to v1.7.1
4124
4137
4125
4138
4126
4139
<table>
@@ -4144,6 +4157,7 @@ to use the better **asynchronous** [ESPAsyncWebServer](https://github.com/me-no-
0 commit comments