Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit df96583

Browse files
authored
v1.12.0 to add support to ESP32-S3
### Releases v1.12.0 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)
1 parent c69c204 commit df96583

File tree

33 files changed

+187
-122
lines changed

33 files changed

+187
-122
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please ensure to specify the following:
2929
Arduino IDE version: 1.8.19
3030
ESP8266 Core Version 3.0.2
3131
OS: Ubuntu 20.04 LTS
32-
Linux xy-Inspiron-3593 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
32+
Linux xy-Inspiron-3593 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3333
3434
Context:
3535
I encountered an endless loop while trying to connect to Local WiFi.

README.md

Lines changed: 94 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
255255
1. **ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
256256
2. **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
257257
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**.
258259

259260
---
260261
---
@@ -268,10 +269,11 @@ This [**ESPAsync_WiFiManager** library](https://github.com/khoih-prog/ESPAsync_W
268269
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.
269270
5. [`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
270271
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 [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](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 [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector). Use v1.1.0+ if using LittleFS for EP32.
272273
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 [![arduino-library-badge](https://www.ardu-badge.com/badge/LittleFS_esp32.svg?)](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+
273274

274275
---
276+
---
275277

276278
## Installation
277279

@@ -289,14 +291,12 @@ The best and easiest way is to use `Arduino Library Manager`. Search for `ESPAsy
289291

290292
1. Install [VS Code](https://code.visualstudio.com/)
291293
2. Install [PlatformIO](https://platformio.org/platformio-ide)
292-
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)
293295
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)
294296

295297
---
296298
---
297299

298-
---
299-
300300
### Libraries' Patches
301301

302302
#### 1. For ESPAsyncWebServer library
@@ -2181,8 +2181,8 @@ ESPAsync_wifiManager.setRemoveDuplicateAPs(false);
21812181
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
21822182
#endif
21832183

2184-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
2185-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
2184+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
2185+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
21862186

21872187
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
21882188
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3
@@ -3553,8 +3553,8 @@ This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Medium
35533553
35543554
```
35553555
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3556-
ESPAsync_WiFiManager v1.11.0
3557-
ESP_DoubleResetDetector v1.2.1
3556+
ESPAsync_WiFiManager v1.12.0
3557+
ESP_DoubleResetDetector v1.3.0
35583558
Config File not found
35593559
Can't read Config File, using default values
35603560
LittleFS Flag read = 0xd0d01234
@@ -3572,8 +3572,8 @@ Opening Configuration Portal. No timeout : DRD or No stored Credentials..
35723572
35733573
```
35743574
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Medium using LittleFS on ESP32_DEV
3575-
ESPAsync_WiFiManager v1.11.0
3576-
ESP_DoubleResetDetector v1.2.1
3575+
ESPAsync_WiFiManager v1.12.0
3576+
ESP_DoubleResetDetector v1.3.0
35773577
Config File not found
35783578
Can't read Config File, using default values
35793579
LittleFS Flag read = 0xd0d04321
@@ -3660,8 +3660,8 @@ This is terminal debug output when running [Async_ConfigOnDRD_FS_MQTT_Ptr_Comple
36603660
36613661
```
36623662
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP8266_NODEMCU_ESP12E
3663-
ESPAsync_WiFiManager v1.11.0
3664-
ESP_DoubleResetDetector v1.2.1
3663+
ESPAsync_WiFiManager v1.12.0
3664+
ESP_DoubleResetDetector v1.3.0
36653665
{"AIO_SERVER_Label":"io.adafruit.com","AIO_SERVERPORT_Label":"1883","AIO_USERNAME_Label":"user_name","AIO_KEY_Label":"aio_key"}
36663666
Config File successfully parsed
36673667
LittleFS Flag read = 0xd0d04321
@@ -3700,8 +3700,8 @@ TWWWW WTWWW
37003700
37013701
```
37023702
Starting Async_ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP8266_NODEMCU_ESP12E
3703-
ESPAsync_WiFiManager v1.11.0
3704-
ESP_DoubleResetDetector v1.2.1
3703+
ESPAsync_WiFiManager v1.12.0
3704+
ESP_DoubleResetDetector v1.3.0
37053705
{"AIO_SERVER_Label":"io.adafruit.com","AIO_SERVERPORT_Label":"1883","AIO_USERNAME_Label":"user_name","AIO_KEY_Label":"aio_key"}
37063706
Config File successfully parsed
37073707
LittleFS Flag read = 0xd0d01234
@@ -3790,8 +3790,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
37903790
37913791
```cpp
37923792
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
3793-
ESPAsync_WiFiManager v1.11.0
3794-
ESP_DoubleResetDetector v1.2.1
3793+
ESPAsync_WiFiManager v1.12.0
3794+
ESP_DoubleResetDetector v1.3.0
37953795
[WM] RFC925 Hostname = ConfigOnDoubleReset
37963796
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
37973797
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -3849,8 +3849,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
38493849

38503850
```cpp
38513851
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU_ESP12E
3852-
ESPAsync_WiFiManager v1.11.0
3853-
ESP_DoubleResetDetector v1.2.1
3852+
ESPAsync_WiFiManager v1.12.0
3853+
ESP_DoubleResetDetector v1.3.0
38543854
[WM] RFC925 Hostname = ConfigOnDoubleReset
38553855
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
38563856
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -3909,8 +3909,8 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
39093909
39103910
```cpp
39113911
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
3912-
ESPAsync_WiFiManager v1.11.0
3913-
ESP_DoubleResetDetector v1.2.1
3912+
ESPAsync_WiFiManager v1.12.0
3913+
ESP_DoubleResetDetector v1.3.0
39143914
Opening / directory
39153915
FS File: CanadaFlag_1.png, size: 40.25KB
39163916
FS File: CanadaFlag_2.png, size: 8.12KB
@@ -3987,8 +3987,8 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
39873987

39883988
```
39893989
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
3990-
ESPAsync_WiFiManager v1.11.0
3991-
ESP_DoubleResetDetector v1.2.1
3990+
ESPAsync_WiFiManager v1.12.0
3991+
ESP_DoubleResetDetector v1.3.0
39923992
FS File: /CanadaFlag_1.png, size: 40.25KB
39933993
FS File: /CanadaFlag_2.png, size: 8.12KB
39943994
FS File: /CanadaFlag_3.jpg, size: 10.89KB
@@ -4098,8 +4098,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
40984098

40994099
```
41004100
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
4101-
ESPAsync_WiFiManager v1.11.0
4102-
ESP_DoubleResetDetector v1.2.1
4101+
ESPAsync_WiFiManager v1.12.0
4102+
ESP_DoubleResetDetector v1.3.0
41034103
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
41044104
[WM] * Add SSID = HueNet1 , PW = 12345678
41054105
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4135,8 +4135,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
41354135

41364136
```
41374137
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4138-
ESPAsync_WiFiManager v1.11.0
4139-
ESP_DoubleResetDetector v1.2.1
4138+
ESPAsync_WiFiManager v1.12.0
4139+
ESP_DoubleResetDetector v1.3.0
41404140
ESP Self-Stored: SSID = HueNet1, Pass = password
41414141
[WM] * Add SSID = HueNet1 , PW = password
41424142
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4168,19 +4168,17 @@ WiFi connected...yeey :)
41684168
[WM] netMask = 255.255.255.0
41694169
[WM] dns1IP = 192.168.2.1 , dns2IP = 8.8.8.8
41704170
[WM] OK
4171-
41724171
After waiting 0.00 secs more in setup(), connection result is connected. Local IP: 192.168.2.232
4173-
Local Date/Time: Sat May 1 00:15:31 2021
4174-
Local Date/Time: Sat May 1 00:16:30 2021
4175-
Local Date/Time: Sat May 1 00:17:30 2021
4172+
Local Date/Time: Thu Feb 10 23:49:26 2022
4173+
Local Date/Time: Thu Feb 10 23:50:26 2022
41764174
```
41774175

41784176
#### 8.3 Normal running with correct local time, TZ set and using NTP
41794177

41804178
```
41814179
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
4182-
ESPAsync_WiFiManager v1.11.0
4183-
ESP_DoubleResetDetector v1.2.1
4180+
ESPAsync_WiFiManager v1.12.0
4181+
ESP_DoubleResetDetector v1.3.0
41844182
ESP Self-Stored: SSID = HueNet1, Pass = password
41854183
[WM] * Add SSID = HueNet1 , PW = password
41864184
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
@@ -4211,9 +4209,11 @@ After waiting 10.95 secs more in setup(), connection result is connected. Local
42114209
Stop doubleResetDetecting
42124210
Saving config file...
42134211
Saving config file OK
4214-
Local Date/Time: Sat May 1 00:13:19 2021
4215-
Local Date/Time: Sat May 1 00:14:19 2021
4216-
Local Date/Time: Sat May 1 00:15:19 2021
4212+
Local Date/Time: Thu Feb 10 23:56:26 2022
4213+
Local Date/Time: Thu Feb 10 23:57:26 2022
4214+
Local Date/Time: Thu Feb 10 23:58:26 2022
4215+
Local Date/Time: Thu Feb 10 23:59:26 2022
4216+
Local Date/Time: Fri Feb 11 00:00:26 2022
42174217
```
42184218

42194219
---
@@ -4226,8 +4226,8 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
42264226

42274227
```
42284228
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
4229-
ESPAsync_WiFiManager v1.11.0
4230-
ESP_DoubleResetDetector v1.2.1
4229+
ESPAsync_WiFiManager v1.12.0
4230+
ESP_DoubleResetDetector v1.3.0
42314231
Opening / directory
42324232
FS File: drd.dat, size: 4B
42334233
FS File: wifi_cred.dat, size: 334B
@@ -4290,17 +4290,17 @@ Open http://192.168.2.186/edit to see the file browser
42904290
Using username = admin and password = admin
42914291
===============================================================
42924292
[WM] freeing allocated params!
4293-
Local Date/Time: Sat May 1 03:11:54 2021
4294-
Local Date/Time: Sat May 1 03:12:54 2021
4293+
Local Date/Time: Thu Feb 10 23:15:26 2022
4294+
Local Date/Time: Thu Feb 10 23:16:26 2022
42954295
```
42964296

42974297

42984298
#### 9.3 Normal running with correct local time, TZ set and using NTP
42994299

43004300
```
43014301
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
43044304
Opening / directory
43054305
FS File: drd.dat, size: 4B
43064306
FS File: wifi_cred.dat, size: 334B
@@ -4344,10 +4344,10 @@ Using username = admin and password = admin
43444344
Stop doubleResetDetecting
43454345
Saving config file...
43464346
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
43514351
```
43524352

43534353
---
@@ -4358,8 +4358,8 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
43584358

43594359
```
43604360
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
43634363
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
43644364
[WM] * Add SSID = HueNet1 , PW = 12345678
43654365
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
43904390
Stop doubleResetDetecting
43914391
Saving config file...
43924392
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
4412+
[WM] LoadWiFiCfgFile
4413+
[WM] OK
4414+
[WM] stationIP = 0.0.0.0 , gatewayIP = 192.168.2.1
4415+
[WM] netMask = 255.255.255.0
4416+
[WM] dns1IP = 192.168.2.1 , dns2IP = 8.8.8.8
4417+
Got stored Credentials. Timeout 120s for Config Portal
4418+
LittleFS Flag read = 0xD0D04321
4419+
No doubleResetDetected
4420+
Saving config file...
4421+
Saving config file OK
4422+
[WM] * Add SSID = HueNet1 , PW = password
4423+
[WM] * Add SSID = HueNet , PW = password
4424+
ConnectMultiWiFi in setup
4425+
[WM] ConnectMultiWiFi with :
4426+
[WM] * Flash-stored Router_SSID = HueNet1 , Router_Pass = password
4427+
[WM] * Add SSID = HueNet1 , PW = password
4428+
[WM] * Additional SSID = HueNet1 , PW = password
4429+
[WM] * Additional SSID = HueNet , PW = password
4430+
[WM] Connecting MultiWifi...
4431+
[WM] WiFi connected after time: 1
4432+
[WM] SSID: HueNet1 ,RSSI= -22
4433+
[WM] Channel: 2 ,IP address: 192.168.2.83
4434+
After waiting 7.70 secs more in setup(), connection result is connected. Local IP: 192.168.2.83
4435+
HStop doubleResetDetecting
4436+
Saving config file...
4437+
Saving config file OK
4438+
HHHHHHHHH HHHHHHHHHH HHHHHHHHHH HHHHHHHHHH HHHHHHHHHH HHHHHHHHHH HHHHHHHHHH HHHHHHHHHH
4439+
HHHHHHHHHH HHHHHHHHHH HHH
43964440
```
43974441

43984442
---

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Releases v1.12.0](#releases-v1120)
1516
* [Releases v1.11.0](#releases-v1110)
1617
* [Releases v1.10.0](#releases-v1100)
1718
* [Releases v1.9.8](#releases-v198)
@@ -47,6 +48,10 @@
4748

4849
## Changelog
4950

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+
5055
### Releases v1.11.0
5156

5257
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)

examples/Async_AutoConnect/Async_AutoConnect.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1919
#endif
2020

21-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
22-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
21+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
22+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
2323

2424
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2525
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3

examples/Async_AutoConnectWithFSParameters/Async_AutoConnectWithFSParameters.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
2020
#endif
2121

22-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
23-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
22+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
23+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
2424

2525
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2626
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3

examples/Async_AutoConnectWithFSParametersAndCustomIP/Async_AutoConnectWithFSParametersAndCustomIP.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
2020
#endif
2121

22-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
23-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
22+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
23+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
2424

2525
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2626
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3

examples/Async_AutoConnectWithFeedback/Async_AutoConnectWithFeedback.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1919
#endif
2020

21-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
22-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
21+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
22+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
2323

2424
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2525
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3

examples/Async_AutoConnectWithFeedbackLED/Async_AutoConnectWithFeedbackLED.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
2020
#endif
2121

22-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.11.0"
23-
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1011000
22+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN_TARGET "ESPAsync_WiFiManager v1.12.0"
23+
#define ESP_ASYNC_WIFIMANAGER_VERSION_MIN 1012000
2424

2525
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2626
#define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3

0 commit comments

Comments
 (0)