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.
Copy file name to clipboardexpand all lines: README.md
+17-15
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ This [**ESP_WiFiManager_Lite** library](https://github.com/khoih-prog/ESP_WiFiMa
170
170
171
171
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
172
172
2.[`ESP32 Core 2.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
173
-
3.[`ESP8266 Core 3.1.0+`](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.
173
+
3.[`ESP8266 Core 3.1.1+`](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.
174
174
4.[`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).
175
175
5.[`ESP_MultiResetDetector v1.3.2+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [](https://www.ardu-badge.com/ESP_MultiResetDetector).
176
176
6.[`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+**
@@ -851,7 +851,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
851
851
852
852
```
853
853
Starting ESP_WiFi using LittleFS on ESP32_DEV
854
-
ESP_WiFiManager_Lite v1.10.1
854
+
ESP_WiFiManager_Lite v1.10.2
855
855
ESP_MultiResetDetector v1.3.2
856
856
LittleFS Flag read = 0xFFFC0003
857
857
multiResetDetectorFlag = 0xFFFC0003
@@ -922,7 +922,7 @@ CCCCCCCCC
922
922
923
923
```
924
924
Starting ESP_WiFi using LittleFS on ESP32_DEV
925
-
ESP_WiFiManager_Lite v1.10.1
925
+
ESP_WiFiManager_Lite v1.10.2
926
926
ESP_MultiResetDetector v1.3.2
927
927
LittleFS Flag read = 0xFFFE0001
928
928
multiResetDetectorFlag = 0xFFFE0001
@@ -994,7 +994,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
994
994
995
995
```
996
996
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
997
-
ESP_WiFiManager_Lite v1.10.1
997
+
ESP_WiFiManager_Lite v1.10.2
998
998
ESP_MultiResetDetector v1.3.2
999
999
LittleFS Flag read = 0xFFFE0001
1000
1000
multiResetDetectorFlag = 0xFFFE0001
@@ -1069,7 +1069,7 @@ CCC
1069
1069
1070
1070
1071
1071
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1072
-
ESP_WiFiManager_Lite v1.10.1
1072
+
ESP_WiFiManager_Lite v1.10.2
1073
1073
ESP_MultiResetDetector v1.3.2
1074
1074
LittleFS Flag read = 0xFFFE0001
1075
1075
multiResetDetectorFlag = 0xFFFE0001
@@ -1161,7 +1161,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
1161
1161
1162
1162
```
1163
1163
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1164
-
ESP_WiFiManager_Lite v1.10.1
1164
+
ESP_WiFiManager_Lite v1.10.2
1165
1165
ESP_MultiResetDetector v1.3.2
1166
1166
LittleFS Flag read = 0xFFFE0001
1167
1167
multiResetDetectorFlag = 0xFFFE0001
@@ -1274,7 +1274,7 @@ entry 0x4004c190
1274
1274
1275
1275
1276
1276
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1277
-
ESP_WiFiManager_Lite v1.10.1
1277
+
ESP_WiFiManager_Lite v1.10.2
1278
1278
ESP_MultiResetDetector v1.3.2
1279
1279
LittleFS Flag read = 0xFFFE0001
1280
1280
multiResetDetectorFlag = 0xFFFE0001
@@ -1376,7 +1376,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
1376
1376
1377
1377
```
1378
1378
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
37. Add option to not `USE_LED_BUILTIN` for Config-Portal. Check [added switch to turn use of builtin LED off #20](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/20)
1714
1714
38. Add public methods to load and save dynamic data
1715
+
39. Add Config Portal `scaling` support to mobile devices
1716
+
1715
1717
1716
1718
---
1717
1719
---
@@ -1722,12 +1724,12 @@ Please help contribute to this project and add your name here.
1722
1724
1723
1725
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
1724
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 `
1725
-
2. Thanks to [Holger Müller](https://github.com/hmueller01)for these PRs leading to `v1.10.0`and `v1.10.1` :
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` :
Copy file name to clipboardexpand all lines: changelog.md
+5
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.2](#release-v1102)
18
19
*[Release v1.10.1](#release-v1101)
19
20
*[Release v1.10.0](#release-v1100)
20
21
*[Release v1.9.0](#release-v190)
@@ -36,6 +37,10 @@
36
37
37
38
## Changelog
38
39
40
+
### Release v1.10.2
41
+
42
+
1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #30](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/30)
43
+
39
44
### Release v1.10.1
40
45
41
46
1. Add public methods to load and save dynamic data. Check [added public methods to load and save dynamic data #28](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/28)
"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