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.
<ahref="https://www.buymeacoffee.com/khoihprog6"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
9
+
<ahref="https://www.buymeacoffee.com/khoihprog6"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 50px!important;width: 181px!important;" ></a>
10
10
11
11
---
12
12
---
@@ -85,6 +85,7 @@
85
85
*[5. ESPAsync_WiFi_MQTT on ESP32_DEV to demo WiFi Scan](#5-espasync_wifi_mqtt-on-esp32_dev-to-demo-wifi-scan)
86
86
*[5.1 MRD/DRD => Open Config Portal](#51-mrddrd--open-config-portal)
87
87
*[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**
88
89
*[Debug](#debug)
89
90
*[Troubleshooting](#troubleshooting)
90
91
*[Issues](#issues)
@@ -160,6 +161,7 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
160
161
1.**ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
161
162
2.**ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
162
163
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**.
163
165
164
166
---
165
167
---
@@ -172,8 +174,8 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
172
174
4.[`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards.
173
175
5.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
174
176
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 [](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 [](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 [](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 [](https://www.ardu-badge.com/ESP_MultiResetDetector).
177
179
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 [](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+
178
180
179
181
---
@@ -197,7 +199,7 @@ You can also use this link [ 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)
201
203
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)
202
204
203
205
---
@@ -1255,8 +1257,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1255
1257
1256
1258
```
1257
1259
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
1260
1262
LittleFS Flag read = 0xFFFE0001
1261
1263
multiResetDetectorFlag = 0xFFFE0001
1262
1264
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1330,8 +1332,8 @@ NNN
1330
1332
1331
1333
1332
1334
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
1335
1337
LittleFS Flag read = 0xFFFE0001
1336
1338
multiResetDetectorFlag = 0xFFFE0001
1337
1339
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1422,8 +1424,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1422
1424
1423
1425
```
1424
1426
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
1427
1429
LittleFS Flag read = 0xFFFE0001
1428
1430
multiResetDetectorFlag = 0xFFFE0001
1429
1431
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1497,8 +1499,8 @@ NNN
1497
1499
1498
1500
1499
1501
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
1502
1504
LittleFS Flag read = 0xFFFE0001
1503
1505
multiResetDetectorFlag = 0xFFFE0001
1504
1506
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1588,8 +1590,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1588
1590
1589
1591
```
1590
1592
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
1593
1595
LittleFS Flag read = 0xFFFE0001
1594
1596
multiResetDetectorFlag = 0xFFFE0001
1595
1597
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1701,8 +1703,8 @@ entry 0x4004c190
1701
1703
1702
1704
1703
1705
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
1706
1708
LittleFS Flag read = 0xFFFE0001
1707
1709
multiResetDetectorFlag = 0xFFFE0001
1708
1710
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1804,8 +1806,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1804
1806
1805
1807
```
1806
1808
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
1809
1811
LittleFS Flag read = 0xFFFC0003
1810
1812
multiResetDetectorFlag = 0xFFFC0003
1811
1813
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1847,8 +1849,8 @@ entry 0x4004c190
1847
1849
1848
1850
```
1849
1851
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
1852
1854
LittleFS Flag read = 0xFFFE0001
1853
1855
multiResetDetectorFlag = 0xFFFE0001
1854
1856
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1903,8 +1905,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1903
1905
1904
1906
```
1905
1907
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
1908
1910
LittleFS Flag read = 0xFFFC0003
1909
1911
multiResetDetectorFlag = 0xFFFC0003
1910
1912
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1948,8 +1950,8 @@ NNNN NNNNN NNNNN N
1948
1950
1949
1951
```
1950
1952
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
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
+
*[Release v1.8.0](#release-v180)
15
16
*[Major Release v1.7.0](#major-release-v170)
16
17
*[Release v1.6.0](#release-v160)
17
18
*[Release v1.5.1](#release-v151)
@@ -28,6 +29,10 @@
28
29
29
30
## Changelog
30
31
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
+
31
36
### Major Release v1.7.0
32
37
33
38
1. Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+
"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.",
"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",
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.
0 commit comments