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
+94-50Lines changed: 94 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,7 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
255
255
1.**ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
256
256
2.**ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
257
257
3.**ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROM or SPIFFS**.
258
+
4.**ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using EEPROM, SPIFFS or LittleFS**.
258
259
259
260
---
260
261
---
@@ -268,10 +269,11 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
268
269
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.
269
270
5.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
270
271
6.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
271
-
7.[`ESP_DoubleResetDetector v1.2.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.
272
+
7.[`ESP_DoubleResetDetector v1.3.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.
272
273
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+
273
274
274
275
---
276
+
---
275
277
276
278
## Installation
277
279
@@ -289,14 +291,12 @@ The best and easiest way is to use `Arduino Library Manager`. Search for `ESPAsy
3. Install [**ESPAsync_WiFiManager** library](https://platformio.org/lib/show/11065/ESPAsync_WiFiManager) by using [Library Manager](https://platformio.org/lib/show/11065/ESPAsync_WiFiManager/installation). Search for **ESPAsync_WiFiManager** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
294
+
3. Install [**ESPAsync_WiFiManager** library](https://registry.platformio.org/libraries/khoih-prog/ESPAsync_WiFiManager) by using [Library Manager](https://registry.platformio.org/libraries/khoih-prog/ESPAsync_WiFiManager/installation). Search for **ESPAsync_WiFiManager** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
293
295
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
#### 9.3 Normal running with correct local time, TZ set and using NTP
4299
4299
4300
4300
```
4301
4301
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4302
-
ESPAsync_WiFiManager v1.11.0
4303
-
ESP_DoubleResetDetector v1.2.1
4302
+
ESPAsync_WiFiManager v1.12.0
4303
+
ESP_DoubleResetDetector v1.3.0
4304
4304
Opening / directory
4305
4305
FS File: drd.dat, size: 4B
4306
4306
FS File: wifi_cred.dat, size: 334B
@@ -4344,10 +4344,10 @@ Using username = admin and password = admin
4344
4344
Stop doubleResetDetecting
4345
4345
Saving config file...
4346
4346
Saving config file OK
4347
-
Local Date/Time: Sat May 1 03:14:54 2021
4348
-
Local Date/Time: Sat May 1 03:15:54 2021
4349
-
Local Date/Time: Sat May 1 03:16:54 2021
4350
-
Local Date/Time: Sat May 1 03:12754 2021
4347
+
Local Date/Time: Thu Feb 10 23:23:26 2022
4348
+
Local Date/Time: Thu Feb 10 23:24:26 2022
4349
+
Local Date/Time: Thu Feb 10 23:25:26 2022
4350
+
Local Date/Time: Thu Feb 10 23:26:26 2022
4351
4351
```
4352
4352
4353
4353
---
@@ -4358,8 +4358,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
4358
4358
4359
4359
```
4360
4360
Starting Async_ConfigOnDoubleReset_TZ using SPIFFS on ESP32C3_DEV
4361
-
ESPAsync_WiFiManager v1.11.0
4362
-
ESP_DoubleResetDetector v1.2.1
4361
+
ESPAsync_WiFiManager v1.12.0
4362
+
ESP_DoubleResetDetector v1.3.0
4363
4363
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
4364
4364
[WM] * Add SSID = HueNet1 , PW = 12345678
4365
4365
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4390,9 +4390,53 @@ After waiting 11.85 secs more in setup(), connection result is connected. Local
4390
4390
Stop doubleResetDetecting
4391
4391
Saving config file...
4392
4392
Saving config file OK
4393
-
Local Date/Time: Mon Aug 2 17:06:42 2021
4394
-
Local Date/Time: Mon Aug 2 17:07:42 2021
4395
-
Local Date/Time: Mon Aug 2 17:08:42 2021
4393
+
Local Date/Time: Thu Feb 10 23:22:26 2022
4394
+
Local Date/Time: Thu Feb 10 23:23:26 2022
4395
+
Local Date/Time: Thu Feb 10 23:24:26 2022
4396
+
Local Date/Time: Thu Feb 10 23:25:26 2022
4397
+
```
4398
+
4399
+
---
4400
+
4401
+
#### 11. [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on ESP32S3_DEV using LittleFS
4402
+
4403
+
This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/Async_ConfigOnDoubleReset) on **ESP32S3_DEV using LittleFS and ESP32 core v2.0.2**.
4404
+
4405
+
```
4406
+
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S3_DEV
4407
+
ESPAsync_WiFiManager v1.12.0
4408
+
ESP_DoubleResetDetector v1.3.0
4409
+
ESP Self-Stored: SSID = HueNet1, Pass = password
4410
+
[WM] * Add SSID = HueNet1 , PW = password
4411
+
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
Copy file name to clipboardExpand all lines: changelog.md
+5Lines changed: 5 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.12.0](#releases-v1120)
15
16
*[Releases v1.11.0](#releases-v1110)
16
17
*[Releases v1.10.0](#releases-v1100)
17
18
*[Releases v1.9.8](#releases-v198)
@@ -47,6 +48,10 @@
47
48
48
49
## Changelog
49
50
51
+
### Releases v1.12.0
52
+
53
+
1. Add support to `ESP32-S3` (`ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3`, etc.) using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
54
+
50
55
### Releases v1.11.0
51
56
52
57
1. Reduce the breaking effect of v1.10.0 by enabling compatibility with old code to include only `ESPAsync_WiFiManager.h`. Check [Important Breaking Change from v1.10.0](https://github.com/khoih-prog/ESPAsync_WiFiManager#Important-Breaking-Change-from-v1100)
0 commit comments