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

Commit 3f91de1

Browse files
authored
v1.8.0 to add support to ESP32-S3
### Releases v1.8.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 7b00c8e commit 3f91de1

File tree

9 files changed

+116
-44
lines changed

9 files changed

+116
-44
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-92-generic #103-Ubuntu SMP Fri Nov 26 16:13:00 UTC 2021 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
The board couldn't autoreconnect to Local Blynk Server after router power recycling.

README.md

Lines changed: 70 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/ESPAsync_WiFiManager_Lite.svg)](http://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/issues)
88

9-
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9+
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 181px !important;" ></a>
1010

1111
---
1212
---
@@ -85,6 +85,7 @@
8585
* [5. ESPAsync_WiFi_MQTT on ESP32_DEV to demo WiFi Scan](#5-espasync_wifi_mqtt-on-esp32_dev-to-demo-wifi-scan)
8686
* [5.1 MRD/DRD => Open Config Portal](#51-mrddrd--open-config-portal)
8787
* [5.2 Config Data Saved => Connection to Adafruit MQTT](#52-config-data-saved--connection-to-adafruit-mqtt)
88+
* [6. ESPAsync_WiFi on ESP32S3_DEV](#6-ESPAsync_WiFi-on-ESP32S3_DEV) **New**
8889
* [Debug](#debug)
8990
* [Troubleshooting](#troubleshooting)
9091
* [Issues](#issues)
@@ -160,6 +161,7 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
160161
1. **ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
161162
2. **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
162163
3. **ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROM or SPIFFS**.
164+
4. **ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using EEPROM, SPIFFS or LittleFS**.
163165

164166
---
165167
---
@@ -172,8 +174,8 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
172174
4. [`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards.
173175
5. [`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
174176
6. [`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
175-
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).
176-
8. [`ESP_MultiResetDetector v1.2.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
177+
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).
178+
8. [`ESP_MultiResetDetector v1.3.0+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
177179
9. [`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.5-. 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+
178180

179181
---
@@ -197,7 +199,7 @@ You can also use this link [![arduino-library-badge](https://www.ardu-badge.com/
197199

198200
1. Install [VS Code](https://code.visualstudio.com/)
199201
2. Install [PlatformIO](https://platformio.org/platformio-ide)
200-
3. Install [**ESPAsync_WiFiManager_Lite** library](https://platformio.org/lib/show/11774/ESPAsync_WiFiManager_Lite) by using [Library Manager](https://platformio.org/lib/show/11774/ESPAsync_WiFiManager_Lite/installation). Search for **ESPAsync_WiFiManager_Lite** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
202+
3. Install [**ESPAsync_WiFiManager_Lite** library](https://registry.platformio.org/libraries/khoih-prog/ESPAsync_WiFiManager_Lite) by using [Library Manager](https://registry.platformio.org/libraries/khoih-prog/ESPAsync_WiFiManager_Lite/installation). Search for **ESPAsync_WiFiManager_Lite** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
201203
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)
202204

203205
---
@@ -1255,8 +1257,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
12551257

12561258
```
12571259
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1258-
ESPAsync_WiFiManager_Lite v1.7.0
1259-
ESP_MultiResetDetector v1.2.1
1260+
ESPAsync_WiFiManager_Lite v1.8.0
1261+
ESP_MultiResetDetector v1.3.0
12601262
LittleFS Flag read = 0xFFFE0001
12611263
multiResetDetectorFlag = 0xFFFE0001
12621264
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1330,8 +1332,8 @@ NNN
13301332
13311333
13321334
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1333-
ESPAsync_WiFiManager_Lite v1.7.0
1334-
ESP_MultiResetDetector v1.2.1
1335+
ESPAsync_WiFiManager_Lite v1.8.0
1336+
ESP_MultiResetDetector v1.3.0
13351337
LittleFS Flag read = 0xFFFE0001
13361338
multiResetDetectorFlag = 0xFFFE0001
13371339
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1422,8 +1424,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
14221424

14231425
```
14241426
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1425-
ESPAsync_WiFiManager_Lite v1.7.0
1426-
ESP_MultiResetDetector v1.2.1
1427+
ESPAsync_WiFiManager_Lite v1.8.0
1428+
ESP_MultiResetDetector v1.3.0
14271429
LittleFS Flag read = 0xFFFE0001
14281430
multiResetDetectorFlag = 0xFFFE0001
14291431
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1497,8 +1499,8 @@ NNN
14971499
14981500
14991501
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1500-
ESPAsync_WiFiManager_Lite v1.7.0
1501-
ESP_MultiResetDetector v1.2.1
1502+
ESPAsync_WiFiManager_Lite v1.8.0
1503+
ESP_MultiResetDetector v1.3.0
15021504
LittleFS Flag read = 0xFFFE0001
15031505
multiResetDetectorFlag = 0xFFFE0001
15041506
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1588,8 +1590,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
15881590

15891591
```
15901592
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1591-
ESPAsync_WiFiManager_Lite v1.7.0
1592-
ESP_MultiResetDetector v1.2.1
1593+
ESPAsync_WiFiManager_Lite v1.8.0
1594+
ESP_MultiResetDetector v1.3.0
15931595
LittleFS Flag read = 0xFFFE0001
15941596
multiResetDetectorFlag = 0xFFFE0001
15951597
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1701,8 +1703,8 @@ entry 0x4004c190
17011703
17021704
17031705
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1704-
ESPAsync_WiFiManager_Lite v1.7.0
1705-
ESP_MultiResetDetector v1.2.1
1706+
ESPAsync_WiFiManager_Lite v1.8.0
1707+
ESP_MultiResetDetector v1.3.0
17061708
LittleFS Flag read = 0xFFFE0001
17071709
multiResetDetectorFlag = 0xFFFE0001
17081710
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1804,8 +1806,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
18041806

18051807
```
18061808
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1807-
ESPAsync_WiFiManager_Lite v1.7.0
1808-
ESP_MultiResetDetector v1.2.1
1809+
ESPAsync_WiFiManager_Lite v1.8.0
1810+
ESP_MultiResetDetector v1.3.0
18091811
LittleFS Flag read = 0xFFFC0003
18101812
multiResetDetectorFlag = 0xFFFC0003
18111813
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1847,8 +1849,8 @@ entry 0x4004c190
18471849

18481850
```
18491851
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1850-
ESPAsync_WiFiManager_Lite v1.7.0
1851-
ESP_MultiResetDetector v1.2.1
1852+
ESPAsync_WiFiManager_Lite v1.8.0
1853+
ESP_MultiResetDetector v1.3.0
18521854
LittleFS Flag read = 0xFFFE0001
18531855
multiResetDetectorFlag = 0xFFFE0001
18541856
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1903,8 +1905,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
19031905

19041906
```
19051907
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1906-
ESPAsync_WiFiManager_Lite v1.7.0
1907-
ESP_MultiResetDetector v1.2.1
1908+
ESPAsync_WiFiManager_Lite v1.8.0
1909+
ESP_MultiResetDetector v1.3.0
19081910
LittleFS Flag read = 0xFFFC0003
19091911
multiResetDetectorFlag = 0xFFFC0003
19101912
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1948,8 +1950,8 @@ NNNN NNNNN NNNNN N
19481950

19491951
```
19501952
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1951-
ESPAsync_WiFiManager_Lite v1.7.0
1952-
ESP_MultiResetDetector v1.2.1
1953+
ESPAsync_WiFiManager_Lite v1.8.0
1954+
ESP_MultiResetDetector v1.3.0
19531955
LittleFS Flag read = 0xFFFE0001
19541956
multiResetDetectorFlag = 0xFFFE0001
19551957
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1986,6 +1988,49 @@ WiFi MQTT connection successful!
19861988
TWTWTWTW TWTWTWTWTWTW
19871989
```
19881990

1991+
---
1992+
1993+
### 6. [ESPAsync_WiFi](examples/ESPAsync_WiFi) on ESP32S3_DEV
1994+
1995+
1996+
This is the terminal output when running [**ESPAsync_WiFi**](examples/ESPAsync_WiFi) example on **ESP32S3_DEV**
1997+
1998+
```
1999+
Starting ESPAsync_WiFi using LittleFS on ESP32S3_DEV
2000+
ESPAsync_WiFiManager_Lite v1.8.0
2001+
ESP_MultiResetDetector v1.2.1
2002+
LittleFS Flag read = 0xFFFE0001
2003+
multiResetDetectorFlag = 0xFFFE0001
2004+
lowerBytes = 0x0001, upperBytes = 0x0001
2005+
No multiResetDetected, number of times = 1
2006+
LittleFS Flag read = 0xFFFE0001
2007+
Saving config file...
2008+
Saving config file OK
2009+
[WML] Hdr=ESP_WM_LITE,SSID=HueNet1,PW=12345678
2010+
[WML] SSID1=HueNet2,PW1=12345678
2011+
[WML] BName=ESP32_S3
2012+
[WML] Hdr=ESP_WM_LITE,SSID=HueNet1,PW=12345678
2013+
[WML] SSID1=HueNet2,PW1=12345678
2014+
[WML] BName=ESP32_S3
2015+
[WML] WiFi connected after time: 0
2016+
[WML] SSID=HueNet1,RSSI=-25
2017+
[WML] Channel=2,IP=192.168.2.83
2018+
H
2019+
Your stored Credentials :
2020+
Blynk Server1 = account.duckdns.org
2021+
Token1 = token1
2022+
Blynk Server2 = account.ddns.net
2023+
Token2 = token2
2024+
Port = 8080
2025+
MQTT Server = mqtt.duckdns.org
2026+
Stop multiResetDetecting
2027+
Saving config file...
2028+
Saving config file OK
2029+
H
2030+
```
2031+
2032+
2033+
19892034
---
19902035
---
19912036

@@ -2062,6 +2107,7 @@ Submit issues to: [ESPAsync_WiFiManager_Lite issues](https://github.com/khoih-pr
20622107
23. Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+
20632108
24. Fix the blocking issue in loop() with configurable `WIFI_RECON_INTERVAL`
20642109
25. Optimize library code by using `reference-passing` instead of `value-passing`
2110+
26. Add support to **ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using EEPROM, SPIFFS or LittleFS**
20652111

20662112
---
20672113
---

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+
* [Release v1.8.0](#release-v180)
1516
* [Major Release v1.7.0](#major-release-v170)
1617
* [Release v1.6.0](#release-v160)
1718
* [Release v1.5.1](#release-v151)
@@ -28,6 +29,10 @@
2829

2930
## Changelog
3031

32+
### Releases v1.8.0
33+
34+
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)
35+
3136
### Major Release v1.7.0
3237

3338
1. Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+

keywords.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ getCORSHeader KEYWORD2
4848

4949
# LITERAL1
5050

51+
ESP_ASYNC_WIFI_MANAGER_LITE_VERSION LITERAL1
52+
53+
ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_MAJOR LITERAL1
54+
ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_MINOR LITERAL1
55+
ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_PATCH LITERAL1
56+
ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_INT LITERAL1
57+
5158
CONFIG_DATA_SIZE LITERAL1
5259
NUM_MENU_ITEMS LITERAL1
5360
ESP_WM_LITE_HTML_HEAD LITERAL1
@@ -73,3 +80,5 @@ WM_HTTP_NO_CACHE LITERAL1
7380
WM_HTTP_EXPIRES LITERAL1
7481
WM_HTTP_CORS LITERAL1
7582
WM_HTTP_CORS_ALLOW_ALL LITERAL1
83+
84+

library.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ESPAsync_WiFiManager_Lite",
3-
"version": "1.7.0",
4-
"keywords": "wifi, wi-fi, Async, Async-WebServer, Async-WiFiManager, Communication, MultiWiFi, multi-wifi, ESP32, ESP32-S2, esp32-c3, ESP8266, Credentials, config-portal, DoubleReset, MultiReset, Detector, dynamic-params, dynamic, customs-header",
5-
"description": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
3+
"version": "1.8.0",
4+
"keywords": "wifi, wi-fi, Async, Async-WebServer, Async-WiFiManager, Communication, MultiWiFi, multi-wifi, ESP32, ESP32-S2, ESP32-S3, esp32-c3, ESP8266, Credentials, config-portal, DoubleReset, MultiReset, Detector, dynamic-params, dynamic, customs-header",
5+
"description": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header",
66
"authors":
77
{
88
"name": "Khoi Hoang",
@@ -45,13 +45,13 @@
4545
{
4646
"owner": "khoih-prog",
4747
"name": "ESP_DoubleResetDetector",
48-
"version": "^1.2.1",
48+
"version": "^1.3.0",
4949
"platforms": ["espressif8266", "espressif32"]
5050
},
5151
{
5252
"owner": "khoih-prog",
5353
"name": "ESP_MultiResetDetector",
54-
"version": "^1.2.1",
54+
"version": "^1.3.0",
5555
"platforms": ["espressif8266", "espressif32"]
5656
},
5757
{

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESPAsync_WiFiManager_Lite
2-
version=1.7.0
2+
version=1.8.0
33
author=Khoi Hoang
44
maintainer=Khoi Hoang <[email protected]>
55
license=MIT
6-
sentence=Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.
7-
paragraph=Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
6+
sentence=Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.
7+
paragraph=Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
88
category=Communication
99
url=https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite
1010
architectures=esp8266,esp32

platformio/platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ lib_deps =
3535
; ESP Async WebServer@>=1.2.3
3636
; ESPAsyncTCP@>=1.2.2
3737
; AsyncTCP@>=1.1.1
38-
; ESP_DoubleResetDetector@>=1.2.1
39-
; ESP_MultiResetDetector@>=1.2.1
38+
; ESP_DoubleResetDetector@>=1.3.0
39+
; ESP_MultiResetDetector@>=1.3.0
4040
; LittleFS_esp32@>=1.0.6
4141
; PlatformIO 5.x
4242
me-no-dev/ESP Async WebServer@>=1.2.3
4343
me-no-dev/ESPAsyncTCP@>=1.2.2
4444
me-no-dev/AsyncTCP@>=1.1.1
45-
khoih-prog/ESP_DoubleResetDetector@>=1.2.1
46-
khoih-prog/ESP_MultiResetDetector@>=1.2.1
45+
khoih-prog/ESP_DoubleResetDetector@>=1.3.0
46+
khoih-prog/ESP_MultiResetDetector@>=1.3.0
4747
lorol/LittleFS_esp32@>=1.0.6
4848

4949
build_flags =

0 commit comments

Comments
 (0)