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.
### Release v1.6.0
1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library.
2. Fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,13 +163,13 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
163
163
164
164
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
165
165
2.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
166
-
3.[`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
166
+
3.[`ESP32 Core 2.0.1+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
167
167
4.[`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards.
168
168
5.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards.
169
169
6.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards
170
-
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).
171
-
8.[`ESP_MultiResetDetector v1.1.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [](https://www.ardu-badge.com/ESP_MultiResetDetector).
172
-
9.[`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).
170
+
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).
171
+
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).
172
+
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+
173
173
174
174
---
175
175
@@ -1196,8 +1196,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1196
1196
1197
1197
```
1198
1198
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1199
-
ESPAsync_WiFiManager_Lite v1.5.1
1200
-
ESP_MultiResetDetector v1.1.1
1199
+
ESPAsync_WiFiManager_Lite v1.6.0
1200
+
ESP_MultiResetDetector v1.2.1
1201
1201
LittleFS Flag read = 0xFFFE0001
1202
1202
multiResetDetectorFlag = 0xFFFE0001
1203
1203
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1271,8 +1271,8 @@ NNN
1271
1271
1272
1272
1273
1273
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1274
-
ESPAsync_WiFiManager_Lite v1.5.1
1275
-
ESP_MultiResetDetector v1.1.1
1274
+
ESPAsync_WiFiManager_Lite v1.6.0
1275
+
ESP_MultiResetDetector v1.2.1
1276
1276
LittleFS Flag read = 0xFFFE0001
1277
1277
multiResetDetectorFlag = 0xFFFE0001
1278
1278
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1363,8 +1363,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1363
1363
1364
1364
```
1365
1365
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1366
-
ESPAsync_WiFiManager_Lite v1.5.1
1367
-
ESP_MultiResetDetector v1.1.1
1366
+
ESPAsync_WiFiManager_Lite v1.6.0
1367
+
ESP_MultiResetDetector v1.2.1
1368
1368
LittleFS Flag read = 0xFFFE0001
1369
1369
multiResetDetectorFlag = 0xFFFE0001
1370
1370
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1438,8 +1438,8 @@ NNN
1438
1438
1439
1439
1440
1440
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1441
-
ESPAsync_WiFiManager_Lite v1.5.1
1442
-
ESP_MultiResetDetector v1.1.1
1441
+
ESPAsync_WiFiManager_Lite v1.6.0
1442
+
ESP_MultiResetDetector v1.2.1
1443
1443
LittleFS Flag read = 0xFFFE0001
1444
1444
multiResetDetectorFlag = 0xFFFE0001
1445
1445
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1529,8 +1529,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1529
1529
1530
1530
```
1531
1531
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1532
-
ESPAsync_WiFiManager_Lite v1.5.1
1533
-
ESP_MultiResetDetector v1.1.1
1532
+
ESPAsync_WiFiManager_Lite v1.6.0
1533
+
ESP_MultiResetDetector v1.2.1
1534
1534
LittleFS Flag read = 0xFFFE0001
1535
1535
multiResetDetectorFlag = 0xFFFE0001
1536
1536
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1642,8 +1642,8 @@ entry 0x4004c190
1642
1642
1643
1643
1644
1644
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1645
-
ESPAsync_WiFiManager_Lite v1.5.1
1646
-
ESP_MultiResetDetector v1.1.1
1645
+
ESPAsync_WiFiManager_Lite v1.6.0
1646
+
ESP_MultiResetDetector v1.2.1
1647
1647
LittleFS Flag read = 0xFFFE0001
1648
1648
multiResetDetectorFlag = 0xFFFE0001
1649
1649
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1745,8 +1745,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1745
1745
1746
1746
```
1747
1747
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1748
-
ESPAsync_WiFiManager_Lite v1.5.1
1749
-
ESP_MultiResetDetector v1.1.1
1748
+
ESPAsync_WiFiManager_Lite v1.6.0
1749
+
ESP_MultiResetDetector v1.2.1
1750
1750
LittleFS Flag read = 0xFFFC0003
1751
1751
multiResetDetectorFlag = 0xFFFC0003
1752
1752
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1788,8 +1788,8 @@ entry 0x4004c190
1788
1788
1789
1789
```
1790
1790
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1791
-
ESPAsync_WiFiManager_Lite v1.5.1
1792
-
ESP_MultiResetDetector v1.1.1
1791
+
ESPAsync_WiFiManager_Lite v1.6.0
1792
+
ESP_MultiResetDetector v1.2.1
1793
1793
LittleFS Flag read = 0xFFFE0001
1794
1794
multiResetDetectorFlag = 0xFFFE0001
1795
1795
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1844,8 +1844,8 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1844
1844
1845
1845
```
1846
1846
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1847
-
ESPAsync_WiFiManager_Lite v1.5.1
1848
-
ESP_MultiResetDetector v1.1.1
1847
+
ESPAsync_WiFiManager_Lite v1.6.0
1848
+
ESP_MultiResetDetector v1.2.1
1849
1849
LittleFS Flag read = 0xFFFC0003
1850
1850
multiResetDetectorFlag = 0xFFFC0003
1851
1851
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1889,8 +1889,8 @@ NNNN NNNNN NNNNN N
1889
1889
1890
1890
```
1891
1891
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
"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.",
0 commit comments