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.10.3
1. Fix compiler error if EEPROM is used. Check [fix compiler error if EEPROM is used #29](#29)
2. Fix compiler error in PIO. Check [Unable to compile basic example for NodeMCU-32s #28](#28)
Copy file name to clipboardExpand all lines: README.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,8 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
207
207
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
208
208
2.[`ESP8266 Core 3.1.1+`](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.
209
209
3.[`ESP32 Core 2.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
210
-
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. **To install manually for Arduino IDE**
211
-
5.[`ESPAsyncDNSServer v1.0.0+`](https://github.com/devyte/ESPAsyncDNSServer) or [`ESPAsyncDNSServer v1.0.0+`](https://github.com/khoih-prog/ESPAsyncDNSServer/releases/tag/v1.0.0) for all ESP32/ESP8266-based boards.
210
+
4.[Forked ESPAsyncWebServer](https://github.com/khoih-prog/ESPAsyncWebServer). **To install manually for Arduino IDE**
211
+
5.[`ESPAsyncDNSServer v1.0.0+`](https://github.com/khoih-prog/ESPAsyncDNSServer/releases/tag/v1.0.0) for all ESP32/ESP8266-based boards.
212
212
6.[`ESPAsyncTCP v1.2.2+`](https://github.com/me-no-dev/ESPAsyncTCP) for ESP8266-based boards. **To install manually, not via Arduino IDE Library Manager**
213
213
7.[`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) for ESP32-based boards. **To install manually, not via Arduino IDE Library Manager**
214
214
8.[`ESP_DoubleResetDetector v1.3.2+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) if using DRD feature. To install, check [](https://www.ardu-badge.com/ESP_DoubleResetDetector).
@@ -837,7 +837,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
837
837
838
838
```cpp
839
839
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
840
-
ESPAsync_WiFiManager_Lite v1.10.2
840
+
ESPAsync_WiFiManager_Lite v1.10.3
841
841
ESP_MultiResetDetector v1.3.2
842
842
LittleFS Flag read = 0xFFFE0001
843
843
multiResetDetectorFlag = 0xFFFE0001
@@ -912,7 +912,7 @@ CCC
912
912
913
913
914
914
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
915
-
ESPAsync_WiFiManager_Lite v1.10.2
915
+
ESPAsync_WiFiManager_Lite v1.10.3
916
916
ESP_MultiResetDetector v1.3.2
917
917
LittleFS Flag read = 0xFFFE0001
918
918
multiResetDetectorFlag = 0xFFFE0001
@@ -1004,7 +1004,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1004
1004
1005
1005
```cpp
1006
1006
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1007
-
ESPAsync_WiFiManager_Lite v1.10.2
1007
+
ESPAsync_WiFiManager_Lite v1.10.3
1008
1008
ESP_MultiResetDetector v1.3.2
1009
1009
LittleFS Flag read = 0xFFFE0001
1010
1010
multiResetDetectorFlag = 0xFFFE0001
@@ -1079,7 +1079,7 @@ CCC
1079
1079
1080
1080
1081
1081
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1082
-
ESPAsync_WiFiManager_Lite v1.10.2
1082
+
ESPAsync_WiFiManager_Lite v1.10.3
1083
1083
ESP_MultiResetDetector v1.3.2
1084
1084
LittleFS Flag read = 0xFFFE0001
1085
1085
multiResetDetectorFlag = 0xFFFE0001
@@ -1170,7 +1170,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1170
1170
1171
1171
```cpp
1172
1172
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1173
-
ESPAsync_WiFiManager_Lite v1.10.2
1173
+
ESPAsync_WiFiManager_Lite v1.10.3
1174
1174
ESP_MultiResetDetector v1.3.2
1175
1175
LittleFS Flag read = 0xFFFE0001
1176
1176
multiResetDetectorFlag = 0xFFFE0001
@@ -1283,7 +1283,7 @@ entry 0x4004c190
1283
1283
1284
1284
1285
1285
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1286
-
ESPAsync_WiFiManager_Lite v1.10.2
1286
+
ESPAsync_WiFiManager_Lite v1.10.3
1287
1287
ESP_MultiResetDetector v1.3.2
1288
1288
LittleFS Flag read = 0xFFFE0001
1289
1289
multiResetDetectorFlag = 0xFFFE0001
@@ -1386,7 +1386,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1386
1386
1387
1387
```cpp
1388
1388
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1389
-
ESPAsync_WiFiManager_Lite v1.10.2
1389
+
ESPAsync_WiFiManager_Lite v1.10.3
1390
1390
ESP_MultiResetDetector v1.3.2
1391
1391
LittleFS Flag read = 0xFFFC0003
1392
1392
multiResetDetectorFlag = 0xFFFC0003
@@ -1429,7 +1429,7 @@ entry 0x4004c190
1429
1429
1430
1430
```cpp
1431
1431
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1432
-
ESPAsync_WiFiManager_Lite v1.10.2
1432
+
ESPAsync_WiFiManager_Lite v1.10.3
1433
1433
ESP_MultiResetDetector v1.3.2
1434
1434
LittleFS Flag read = 0xFFFE0001
1435
1435
multiResetDetectorFlag = 0xFFFE0001
@@ -1485,7 +1485,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
1485
1485
1486
1486
```cpp
1487
1487
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1488
-
ESPAsync_WiFiManager_Lite v1.10.2
1488
+
ESPAsync_WiFiManager_Lite v1.10.3
1489
1489
ESP_MultiResetDetector v1.3.2
1490
1490
LittleFS Flag read = 0xFFFC0003
1491
1491
multiResetDetectorFlag = 0xFFFC0003
@@ -1530,7 +1530,7 @@ CCCC CCCCC CCCCC C
1530
1530
1531
1531
```cpp
1532
1532
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1533
-
ESPAsync_WiFiManager_Lite v1.10.2
1533
+
ESPAsync_WiFiManager_Lite v1.10.3
1534
1534
ESP_MultiResetDetector v1.3.2
1535
1535
LittleFS Flag read = 0xFFFE0001
1536
1536
multiResetDetectorFlag = 0xFFFE0001
@@ -1577,7 +1577,7 @@ This is the terminal output when running [**ESPAsync_WiFi**](examples/ESPAsync_W
1577
1577
1578
1578
```cpp
1579
1579
Starting ESPAsync_WiFi using LittleFS on ESP32S3_DEV
1580
-
ESPAsync_WiFiManager_Lite v1.10.2
1580
+
ESPAsync_WiFiManager_Lite v1.10.3
1581
1581
ESP_MultiResetDetector v1.3.2
1582
1582
LittleFS Flag read = 0xFFFE0001
1583
1583
multiResetDetectorFlag = 0xFFFE0001
@@ -1619,7 +1619,7 @@ This is the terminal output when running [**ESPAsync_WiFi**](examples/ESPAsync_W
1619
1619
1620
1620
```cpp
1621
1621
Starting ESPAsync_WiFi using LittleFS on ESP32C3_DEV
1622
-
ESPAsync_WiFiManager_Lite v1.10.2
1622
+
ESPAsync_WiFiManager_Lite v1.10.3
1623
1623
ESP_MultiResetDetector v1.3.2
1624
1624
LittleFS Flag read = 0xFFFE0001
1625
1625
multiResetDetectorFlag = 0xFFFE0001
@@ -1752,17 +1752,20 @@ Please help contribute to this project and add your name here.
1752
1752
1753
1753
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
1754
1754
-`Enable scan of WiFi networks for selection in Configuration Portal`. Check [PR for v1.3.0 - Enable scan of WiFi networks #10](https://github.com/khoih-prog/WiFiManager_NINA_Lite/pull/10) leading to v1.5.0
1755
-
2. Thanks to [Holger Müller](https://github.com/hmueller01) for creating the following merged PRs leading to `v1.9.1`, `v1.10.1`, then `v1.10.2`
1755
+
2. Thanks to [Holger Müller](https://github.com/hmueller01) for creating the following merged PRs leading to many new versions
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
## Table of Contents
17
17
18
18
*[Changelog](#changelog)
19
+
*[Release v1.10.3](#release-v1103)
19
20
*[Release v1.10.2](#release-v1102)
20
21
*[Release v1.10.1](#release-v1101)
21
22
*[Release v1.9.1](#release-v191)
@@ -39,11 +40,15 @@
39
40
40
41
## Changelog
41
42
43
+
### Release v1.10.3
44
+
45
+
1. Fix compiler error if EEPROM is used. Check [fix compiler error if EEPROM is used #29](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/29)
46
+
2. Fix compiler error in PIO. Check [Unable to compile basic example for NodeMCU-32s #28](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/issues/28)
47
+
42
48
### Release v1.10.2
43
49
44
50
1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #26](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/26)
45
51
46
-
47
52
### Release v1.10.1
48
53
49
54
1. Add public methods to load and save dynamic data. Check [added public methods to load and save dynamic data #24](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/24)
"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. Now using correct ESP32 chipIP",
0 commit comments