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.9.5
1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library
2. Update `library.json` to use new `headers` for PIO
Copy file name to clipboardExpand all lines: README.md
+71-44Lines changed: 71 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,12 +196,12 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
196
196
197
197
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
198
198
2.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/)
199
-
3.[`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
199
+
3.[`ESP32 Core 2.0.1+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
200
200
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.
201
201
5.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
202
202
6.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
203
-
7.[`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.
204
-
8.[`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [esp32 core v1.0.6](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS).
203
+
7.[`ESP_DoubleResetDetector v1.2.0+`](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.
204
+
8.[`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.4-. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [ESP32 core v1.0.6+](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS) and you don't need to install it if using ESP32 core v1.0.6+
205
205
206
206
---
207
207
@@ -264,7 +264,7 @@ to
264
264
#define CONFIG_LITTLEFS_FOR_IDF_3_2 /* For old IDF - like in release 1.0.4 */
265
265
```
266
266
267
-
It's advisable to use the latest [`LittleFS_esp32 v1.0.5+`](https://github.com/lorol/LITTLEFS) to avoid the issue.
267
+
It's advisable to use the latest [`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) to avoid the issue.
268
268
269
269
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)
270
270
@@ -507,13 +507,25 @@ WM_Config WM_config;
507
507
// Use LittleFS
508
508
#include "FS.h"
509
509
510
-
// The library will be depreciated after being merged to future major Arduino esp32 core release 2.x
511
-
// At that time, just remove this library inclusion
@@ -3672,8 +3697,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3672
3697
3673
3698
```cpp
3674
3699
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3675
-
ESPAsync_WiFiManager v1.9.4
3676
-
ESP_DoubleResetDetector v1.1.1
3700
+
ESPAsync_WiFiManager v1.9.5
3701
+
ESP_DoubleResetDetector v1.2.0
3677
3702
[WM] RFC925 Hostname = ConfigOnDoubleReset
3678
3703
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
3679
3704
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -3731,8 +3756,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3731
3756
3732
3757
```cpp
3733
3758
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU_ESP12E
3734
-
ESPAsync_WiFiManager v1.9.4
3735
-
ESP_DoubleResetDetector v1.1.1
3759
+
ESPAsync_WiFiManager v1.9.5
3760
+
ESP_DoubleResetDetector v1.2.0
3736
3761
[WM] RFC925 Hostname = ConfigOnDoubleReset
3737
3762
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
3738
3763
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -3791,8 +3816,8 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
3791
3816
3792
3817
```cpp
3793
3818
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
3794
-
ESPAsync_WiFiManager v1.9.4
3795
-
ESP_DoubleResetDetector v1.1.1
3819
+
ESPAsync_WiFiManager v1.9.5
3820
+
ESP_DoubleResetDetector v1.2.0
3796
3821
Opening / directory
3797
3822
FS File: CanadaFlag_1.png, size: 40.25KB
3798
3823
FS File: CanadaFlag_2.png, size: 8.12KB
@@ -3869,8 +3894,8 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
3869
3894
3870
3895
```
3871
3896
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
3872
-
ESPAsync_WiFiManager v1.9.4
3873
-
ESP_DoubleResetDetector v1.1.1
3897
+
ESPAsync_WiFiManager v1.9.5
3898
+
ESP_DoubleResetDetector v1.2.0
3874
3899
FS File: /CanadaFlag_1.png, size: 40.25KB
3875
3900
FS File: /CanadaFlag_2.png, size: 8.12KB
3876
3901
FS File: /CanadaFlag_3.jpg, size: 10.89KB
@@ -3980,8 +4005,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3980
4005
3981
4006
```
3982
4007
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
3983
-
ESPAsync_WiFiManager v1.9.4
3984
-
ESP_DoubleResetDetector v1.1.1
4008
+
ESPAsync_WiFiManager v1.9.5
4009
+
ESP_DoubleResetDetector v1.2.0
3985
4010
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
3986
4011
[WM] * Add SSID = HueNet1 , PW = 12345678
3987
4012
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4017,8 +4042,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
4017
4042
4018
4043
```
4019
4044
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4020
-
ESPAsync_WiFiManager v1.9.4
4021
-
ESP_DoubleResetDetector v1.1.1
4045
+
ESPAsync_WiFiManager v1.9.5
4046
+
ESP_DoubleResetDetector v1.2.0
4022
4047
ESP Self-Stored: SSID = HueNet1, Pass = password
4023
4048
[WM] * Add SSID = HueNet1 , PW = password
4024
4049
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4061,8 +4086,8 @@ Local Date/Time: Sat May 1 00:17:30 2021
4061
4086
4062
4087
```
4063
4088
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4064
-
ESPAsync_WiFiManager v1.9.4
4065
-
ESP_DoubleResetDetector v1.1.1
4089
+
ESPAsync_WiFiManager v1.9.5
4090
+
ESP_DoubleResetDetector v1.2.0
4066
4091
ESP Self-Stored: SSID = HueNet1, Pass = password
4067
4092
[WM] * Add SSID = HueNet1 , PW = password
4068
4093
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4108,8 +4133,8 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
4108
4133
4109
4134
```
4110
4135
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4111
-
ESPAsync_WiFiManager v1.9.4
4112
-
ESP_DoubleResetDetector v1.1.1
4136
+
ESPAsync_WiFiManager v1.9.5
4137
+
ESP_DoubleResetDetector v1.2.0
4113
4138
Opening / directory
4114
4139
FS File: drd.dat, size: 4B
4115
4140
FS File: wifi_cred.dat, size: 334B
@@ -4181,8 +4206,8 @@ Local Date/Time: Sat May 1 03:12:54 2021
4181
4206
4182
4207
```
4183
4208
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4184
-
ESPAsync_WiFiManager v1.9.4
4185
-
ESP_DoubleResetDetector v1.1.1
4209
+
ESPAsync_WiFiManager v1.9.5
4210
+
ESP_DoubleResetDetector v1.2.0
4186
4211
Opening / directory
4187
4212
FS File: drd.dat, size: 4B
4188
4213
FS File: wifi_cred.dat, size: 334B
@@ -4240,8 +4265,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
4240
4265
4241
4266
```
4242
4267
Starting Async_ConfigOnDoubleReset_TZ using SPIFFS on ESP32C3_DEV
4243
-
ESPAsync_WiFiManager v1.9.4
4244
-
ESP_DoubleResetDetector v1.1.1
4268
+
ESPAsync_WiFiManager v1.9.5
4269
+
ESP_DoubleResetDetector v1.2.0
4245
4270
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
4246
4271
[WM] * Add SSID = HueNet1 , PW = 12345678
4247
4272
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4332,6 +4357,7 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
4332
4357
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
4333
4358
15. Thanks to [Stephen Lavelle](https://github.com/increpare) and [Ben Peart](https://github.com/benpeart) for requesting enhancement in [_timezoneName never getting set? #51](https://github.com/khoih-prog/ESP_WiFiManager/issues/51) and [How to retrieve timezone? #51](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/51) leading to new v1.8.0
4334
4359
16. Thanks to [eth0up](https://github.com/eth0up) to make the PR [Add support for Wifi hidden SSID scanning. #66](https://github.com/khoih-prog/ESP_WiFiManager/pull/66) leading to v1.7.4
4360
+
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
4335
4361
4336
4362
4337
4363
<table>
@@ -4361,6 +4387,7 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
0 commit comments