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.
4.[`ESP32S2 Core 1.0.4+`](https://github.com/espressif/arduino-esp32/tree/esp32s2) for ESP32S2-based boards.
282
+
3.[`ESP32 Core 1.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
283
+
4.[`ESP32S2 Core 1.0.4+`](https://github.com/espressif/arduino-esp32/tree/esp32s2) for ESP32-S2-based boards.
279
284
5.[`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards.
280
285
6.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
281
286
7.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
282
287
8.[`ESP_DoubleResetDetector v1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) if using DRD feature. To install, check [](https://www.ardu-badge.com/ESP_DoubleResetDetector). Use v1.1.0+ if using LittleFS for EP32.
283
-
9.[`LittleFS_esp32 v1.0.5+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS. [](https://github.com/lorol/LITTLEFS/releases)
288
+
9.[`LittleFS_esp32 v1.0.5+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS. To install, check [](https://www.ardu-badge.com/LittleFS_esp32).
@@ -3526,7 +3531,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3526
3531
3527
3532
```cpp
3528
3533
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3529
-
ESPAsync_WiFiManager v1.5.0
3534
+
ESPAsync_WiFiManager v1.6.0
3530
3535
ESP_DoubleResetDetector v1.1.1
3531
3536
[WM] RFC925 Hostname = ConfigOnDoubleReset
3532
3537
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3585,7 +3590,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3585
3590
3586
3591
```cpp
3587
3592
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU
3588
-
ESPAsync_WiFiManager v1.5.0
3593
+
ESPAsync_WiFiManager v1.6.0
3589
3594
ESP_DoubleResetDetector v1.1.1
3590
3595
[WM] RFC925 Hostname = ConfigOnDoubleReset
3591
3596
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -3645,7 +3650,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
3645
3650
3646
3651
```cpp
3647
3652
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
3648
-
ESPAsync_WiFiManager v1.5.0
3653
+
ESPAsync_WiFiManager v1.6.0
3649
3654
ESP_DoubleResetDetector v1.1.1
3650
3655
Opening / directory
3651
3656
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -3723,7 +3728,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
3723
3728
3724
3729
```
3725
3730
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
3726
-
ESPAsync_WiFiManager v1.5.0
3731
+
ESPAsync_WiFiManager v1.6.0
3727
3732
ESP_DoubleResetDetector v1.1.1
3728
3733
FS File: /CanadaFlag_1.png, size: 40.25KB
3729
3734
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -3863,6 +3868,10 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
3863
3868
3864
3869
## Releases
3865
3870
3871
+
### Releases v1.6.0
3872
+
3873
+
1. Fix WiFi Scanning bug.
3874
+
3866
3875
### Major Releases v1.5.0
3867
3876
3868
3877
1. Add support to **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, ESP32S2 Dev Module, UM FeatherS2, UM ProS2, microS2, etc.)**
@@ -3954,6 +3963,9 @@ to use the better **asynchronous** [ESPAsyncWebServer](https://github.com/me-no-
3954
3963
8. Thanks to [Roshan](https://github.com/solroshan) to report the issue in [Error esp_littlefs.c 'utime_p'](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/28) to fix PIO error in using ESP32 LittleFS with old [`LittleFS_esp32 v1.0`](https://github.com/lorol/LITTLEFS)
3955
3964
9. Thanks to [Manuel Capilla](https://github.com/molillo) for reporting [ESP8266 Clear SSID and Pass](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/33) bug which is fixed and leading to v1.4.2.
3956
3965
10. Thanks to [David Gunzinger](https://github.com/pfy) for creating merged PR [It should be possible to start the ConfigPortal without connecting to WiFI #38](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/38).
3966
+
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
3967
+
3968
+
3957
3969
3958
3970
<table>
3959
3971
<tr>
@@ -3971,6 +3983,9 @@ to use the better **asynchronous** [ESPAsyncWebServer](https://github.com/me-no-
"description": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.",
0 commit comments