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 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
+25-24Lines changed: 25 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,11 @@ This [**ESP_WiFiManager_Lite** library](https://github.com/khoih-prog/ESP_WiFiMa
139
139
## Prerequisites
140
140
141
141
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
142
-
2.[`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
142
+
2.[`ESP32 Core 2.0.1+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
143
143
3.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). SPIFFS is deprecated from ESP8266 core 2.7.1+, to use LittleFS.
144
-
4.[`ESP_DoubleResetDetector v1.1.2+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) if using DRD feature. To install, check [](https://www.ardu-badge.com/ESP_DoubleResetDetector).
145
-
5.[`ESP_MultiResetDetector v1.1.2+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [](https://www.ardu-badge.com/ESP_MultiResetDetector).
146
-
6.[`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).
144
+
4.[`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).
145
+
5.[`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).
146
+
6.[`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+
147
147
148
148
---
149
149
@@ -1171,8 +1171,8 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
1171
1171
1172
1172
```
1173
1173
Starting ESP_WiFi using LittleFS on ESP32_DEV
1174
-
ESP_WiFiManager_Lite v1.5.1
1175
-
ESP_MultiResetDetector v1.1.2
1174
+
ESP_WiFiManager_Lite v1.6.0
1175
+
ESP_MultiResetDetector v1.2.1
1176
1176
LittleFS Flag read = 0xFFFC0003
1177
1177
multiResetDetectorFlag = 0xFFFC0003
1178
1178
lowerBytes = 0x0003, upperBytes = 0x0003
@@ -1242,8 +1242,8 @@ FFFFFFFFF
1242
1242
1243
1243
```
1244
1244
Starting ESP_WiFi using LittleFS on ESP32_DEV
1245
-
ESP_WiFiManager_Lite v1.5.1
1246
-
ESP_MultiResetDetector v1.1.2
1245
+
ESP_WiFiManager_Lite v1.6.0
1246
+
ESP_MultiResetDetector v1.2.1
1247
1247
LittleFS Flag read = 0xFFFE0001
1248
1248
multiResetDetectorFlag = 0xFFFE0001
1249
1249
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1314,8 +1314,8 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
1314
1314
1315
1315
```
1316
1316
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1317
-
ESP_WiFiManager_Lite v1.5.1
1318
-
ESP_MultiResetDetector v1.1.2
1317
+
ESP_WiFiManager_Lite v1.6.0
1318
+
ESP_MultiResetDetector v1.2.1
1319
1319
LittleFS Flag read = 0xFFFE0001
1320
1320
multiResetDetectorFlag = 0xFFFE0001
1321
1321
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1389,8 +1389,8 @@ NNN
1389
1389
1390
1390
1391
1391
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1392
-
ESP_WiFiManager_Lite v1.5.1
1393
-
ESP_MultiResetDetector v1.1.2
1392
+
ESP_WiFiManager_Lite v1.6.0
1393
+
ESP_MultiResetDetector v1.2.1
1394
1394
LittleFS Flag read = 0xFFFE0001
1395
1395
multiResetDetectorFlag = 0xFFFE0001
1396
1396
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1481,8 +1481,8 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
1481
1481
1482
1482
```
1483
1483
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1484
-
ESP_WiFiManager_Lite v1.5.1
1485
-
ESP_MultiResetDetector v1.1.2
1484
+
ESP_WiFiManager_Lite v1.6.0
1485
+
ESP_MultiResetDetector v1.2.1
1486
1486
LittleFS Flag read = 0xFFFE0001
1487
1487
multiResetDetectorFlag = 0xFFFE0001
1488
1488
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1594,8 +1594,8 @@ entry 0x4004c190
1594
1594
1595
1595
1596
1596
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1597
-
ESP_WiFiManager_Lite v1.5.1
1598
-
ESP_MultiResetDetector v1.1.2
1597
+
ESP_WiFiManager_Lite v1.6.0
1598
+
ESP_MultiResetDetector v1.2.1
1599
1599
LittleFS Flag read = 0xFFFE0001
1600
1600
multiResetDetectorFlag = 0xFFFE0001
1601
1601
lowerBytes = 0x0001, upperBytes = 0x0001
@@ -1696,8 +1696,8 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
1696
1696
1697
1697
```
1698
1698
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
"description": "Library 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.",
0 commit comments