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.
Copy file name to clipboardExpand all lines: README.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,9 +263,9 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
263
263
264
264
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
265
265
2.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/)
266
-
3.[`ESP32 Core 2.0.2+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
266
+
3.[`ESP32 Core 2.0.4+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
267
267
4.[`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards. You have to use the latest [forked ESPAsyncWebServer](https://github.com/khoih-prog/ESPAsyncWebServer) if the PR [Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970](https://github.com/me-no-dev/ESPAsyncWebServer/pull/970) hasn't been merged.
268
-
5.[`ESPAsyncDNSServer v1.0.0+`](https://github.com/devyte/ESPAsyncDNSServer) for all ESP32/ESP8266-based boards.
268
+
5.[`ESPAsyncDNSServer v1.0.0+`](https://github.com/devyte/ESPAsyncDNSServer)or [`ESPAsyncDNSServer v1.0.0+`](https://github.com/khoih-prog/ESPAsyncDNSServer/releases/tag/v1.0.0)for all ESP32/ESP8266-based boards.
269
269
6.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
270
270
7.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
271
271
8.[`ESP_DoubleResetDetector v1.3.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.
@@ -277,6 +277,7 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
277
277
## Installation
278
278
279
279
### Use Arduino Library Manager
280
+
280
281
The best and easiest way is to use `Arduino Library Manager`. Search for `ESPAsync_WiFiManager`, then select / install the latest version. You can also use this link [](https://www.ardu-badge.com/ESPAsync_WiFiManager) for more detailed instructions.
281
282
282
283
### Manual Install
@@ -495,7 +496,7 @@ then connect WebBrowser to configurable ConfigPortal IP address, default is 192.
@@ -2431,7 +2432,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2431
2432
2432
2433
```cpp
2433
2434
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
2434
-
ESPAsync_WiFiManager v1.12.2
2435
+
ESPAsync_WiFiManager v1.13.0
2435
2436
ESP_DoubleResetDetector v1.3.1
2436
2437
[WM] RFC925 Hostname = ConfigOnDoubleReset
2437
2438
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -2490,7 +2491,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2490
2491
2491
2492
```cpp
2492
2493
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU_ESP12E
2493
-
ESPAsync_WiFiManager v1.12.2
2494
+
ESPAsync_WiFiManager v1.13.0
2494
2495
ESP_DoubleResetDetector v1.3.1
2495
2496
[WM] RFC925 Hostname = ConfigOnDoubleReset
2496
2497
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -2550,7 +2551,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
2550
2551
2551
2552
```cpp
2552
2553
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2553
-
ESPAsync_WiFiManager v1.12.2
2554
+
ESPAsync_WiFiManager v1.13.0
2554
2555
ESP_DoubleResetDetector v1.3.1
2555
2556
Opening / directory
2556
2557
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -2628,7 +2629,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
2628
2629
2629
2630
```
2630
2631
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
2631
-
ESPAsync_WiFiManager v1.12.2
2632
+
ESPAsync_WiFiManager v1.13.0
2632
2633
ESP_DoubleResetDetector v1.3.1
2633
2634
FS File: /CanadaFlag_1.png, size: 40.25KB
2634
2635
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -2739,7 +2740,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2739
2740
2740
2741
```
2741
2742
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
2742
-
ESPAsync_WiFiManager v1.12.2
2743
+
ESPAsync_WiFiManager v1.13.0
2743
2744
ESP_DoubleResetDetector v1.3.1
2744
2745
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
2745
2746
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -2776,7 +2777,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
2776
2777
2777
2778
```
2778
2779
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
2779
-
ESPAsync_WiFiManager v1.12.2
2780
+
ESPAsync_WiFiManager v1.13.0
2780
2781
ESP_DoubleResetDetector v1.3.1
2781
2782
ESP Self-Stored: SSID = HueNet1, Pass = password
2782
2783
[WM] * Add SSID = HueNet1 , PW = password
@@ -2818,7 +2819,7 @@ Local Date/Time: Thu Feb 10 23:50:26 2022
2818
2819
2819
2820
```
2820
2821
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
2821
-
ESPAsync_WiFiManager v1.12.2
2822
+
ESPAsync_WiFiManager v1.13.0
2822
2823
ESP_DoubleResetDetector v1.3.1
2823
2824
ESP Self-Stored: SSID = HueNet1, Pass = password
2824
2825
[WM] * Add SSID = HueNet1 , PW = password
@@ -2867,7 +2868,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
2867
2868
2868
2869
```
2869
2870
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2870
-
ESPAsync_WiFiManager v1.12.2
2871
+
ESPAsync_WiFiManager v1.13.0
2871
2872
ESP_DoubleResetDetector v1.3.1
2872
2873
Opening / directory
2873
2874
FS File: drd.dat, size: 4B
@@ -2940,7 +2941,7 @@ Local Date/Time: Thu Feb 10 23:16:26 2022
2940
2941
2941
2942
```
2942
2943
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2943
-
ESPAsync_WiFiManager v1.12.2
2944
+
ESPAsync_WiFiManager v1.13.0
2944
2945
ESP_DoubleResetDetector v1.3.1
2945
2946
Opening / directory
2946
2947
FS File: drd.dat, size: 4B
@@ -2999,7 +3000,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
2999
3000
3000
3001
```
3001
3002
Starting Async_ConfigOnDoubleReset_TZ using SPIFFS on ESP32C3_DEV
3002
-
ESPAsync_WiFiManager v1.12.2
3003
+
ESPAsync_WiFiManager v1.13.0
3003
3004
ESP_DoubleResetDetector v1.3.1
3004
3005
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
3005
3006
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -3045,7 +3046,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3045
3046
3046
3047
```
3047
3048
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S3_DEV
3048
-
ESPAsync_WiFiManager v1.12.2
3049
+
ESPAsync_WiFiManager v1.13.0
3049
3050
ESP_DoubleResetDetector v1.3.1
3050
3051
ESP Self-Stored: SSID = HueNet1, Pass = password
3051
3052
[WM] * Add SSID = HueNet1 , PW = password
@@ -3088,7 +3089,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3088
3089
3089
3090
```
3090
3091
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32C3_DEV
3091
-
ESPAsync_WiFiManager v1.12.2
3092
+
ESPAsync_WiFiManager v1.13.0
3092
3093
ESP_DoubleResetDetector v1.3.1
3093
3094
ESP Self-Stored: SSID = HueNet1, Pass = password
3094
3095
[WM] * Add SSID = HueNet1 , PW = password
@@ -3180,6 +3181,7 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
3180
3181
17. Thanks to [Francisco Trillo](https://github.com/Frtrillo) for reporting [Not working with ESP32 and Core 2.0.1 (or 2.0.0+) #74](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/74) leading to v1.9.5
3181
3182
18. Thanks to [Dean Ott](https://github.com/deanjott) for reporting [WiFiManager works only on port 80 #75](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/75) and providing the solution leading to v1.9.7
3182
3183
19. Thanks to [Twaste](https://github.com/Twaste) for initiate the discussion in [Different behaviour using the src_cpp or src_h lib #80](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80) and providing the idea to the solution, to fix `multiple-definitions` linker error, leading to v1.10.0
3184
+
20. Thanks to [Zongyi Yang](https://github.com/ZongyiYang) for creating merged PR [Fixes Captive Portal hanging depending on active core for AsyncTCP #100#104](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/104).
3183
3185
3184
3186
3185
3187
<table>
@@ -3212,6 +3214,7 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.13.0](#releases-v1130)
15
16
*[Releases v1.12.2](#releases-v1122)
16
17
*[Releases v1.12.1](#releases-v1121)
17
18
*[Releases v1.12.0](#releases-v1120)
@@ -50,6 +51,11 @@
50
51
51
52
## Changelog
52
53
54
+
### Releases v1.13.0
55
+
56
+
1. Using AsynsDNSServer instead of DNSServer. Check [Captive Portal hanging depending on active core for AsyncTCP #100](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/100)
57
+
58
+
53
59
### Releases v1.12.2
54
60
55
61
1. Optimize code by using passing by `reference` instead of by `value`
"description": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), 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, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library",
0 commit comments