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.
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1407
-
ESP_WiFiManager_Lite v1.10.2
1407
+
ESP_WiFiManager_Lite v1.10.3
1408
1408
ESP_MultiResetDetector v1.3.2
1409
1409
LittleFS Flag read = 0xFFFE0001
1410
1410
multiResetDetectorFlag = 0xFFFE0001
@@ -1460,7 +1460,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
1460
1460
1461
1461
```
1462
1462
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1463
-
ESP_WiFiManager_Lite v1.10.2
1463
+
ESP_WiFiManager_Lite v1.10.3
1464
1464
ESP_MultiResetDetector v1.3.2
1465
1465
LittleFS Flag read = 0xFFFC0003
1466
1466
multiResetDetectorFlag = 0xFFFC0003
@@ -1504,7 +1504,7 @@ CCC
1504
1504
1505
1505
```
1506
1506
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1507
-
ESP_WiFiManager_Lite v1.10.2
1507
+
ESP_WiFiManager_Lite v1.10.3
1508
1508
ESP_MultiResetDetector v1.3.2
1509
1509
LittleFS Flag read = 0xFFFE0001
1510
1510
multiResetDetectorFlag = 0xFFFE0001
@@ -1552,7 +1552,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
1552
1552
1553
1553
```
1554
1554
Starting ESP_WiFi using LittleFS on ESP32S3_DEV
1555
-
ESP_WiFiManager_Lite v1.10.2
1555
+
ESP_WiFiManager_Lite v1.10.3
1556
1556
ESP_MultiResetDetector v1.3.2
1557
1557
LittleFS Flag read = 0xFFFE0001
1558
1558
multiResetDetectorFlag = 0xFFFE0001
@@ -1594,7 +1594,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
1594
1594
1595
1595
```
1596
1596
Starting ESP_WiFi using LittleFS on ESP32C3_DEV
1597
-
ESP_WiFiManager_Lite v1.10.2
1597
+
ESP_WiFiManager_Lite v1.10.3
1598
1598
ESP_MultiResetDetector v1.3.2
1599
1599
LittleFS Flag read = 0xFFFE0001
1600
1600
multiResetDetectorFlag = 0xFFFE0001
@@ -1724,12 +1724,13 @@ Please help contribute to this project and add your name here.
1724
1724
1725
1725
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
1726
1726
-`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 `
1727
-
2. Thanks to [Holger Müller](https://github.com/hmueller01)for these PRs leading to `v1.10.0`, `v1.10.1` and `v1.10.2` :
1727
+
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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
## Table of Contents
16
16
17
17
*[Changelog](#changelog)
18
+
*[Release v1.10.3](#release-v1103)
18
19
*[Release v1.10.2](#release-v1102)
19
20
*[Release v1.10.1](#release-v1101)
20
21
*[Release v1.10.0](#release-v1100)
@@ -37,6 +38,10 @@
37
38
38
39
## Changelog
39
40
41
+
### Release v1.10.3
42
+
43
+
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)
44
+
40
45
### Release v1.10.2
41
46
42
47
1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #30](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/30)
"description": "Library 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