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: CONTRIBUTING.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Please ensure to specify the following:
24
24
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
25
25
* Network configuration
26
26
27
-
28
27
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
29
28
30
29
---
@@ -33,10 +32,9 @@ Please be educated, civilized and constructive as you've always been. Disrespect
33
32
34
33
```
35
34
Arduino IDE version: 1.8.19
36
-
ESP32_DEV board
37
-
ESP32 core v2.0.6
35
+
ESP8266 Core Version 3.1.0
38
36
OS: Ubuntu 20.04 LTS
39
-
Linux xy-Inspiron-3593 5.15.0-57-generic #63~20.04.1-Ubuntu SMP Wed Nov 30 13:40:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
37
+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
40
38
41
39
Context:
42
40
I encountered a crash while trying to use the library
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
1715
1716
1716
---
1717
1717
---
@@ -1722,16 +1722,17 @@ Please help contribute to this project and add your name here.
1722
1722
1723
1723
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
1724
1724
-`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` :
1725
+
2. Thanks to [Holger Müller](https://github.com/hmueller01)for these PRs leading to `v1.10.0`and `v1.10.1`:
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
## Table of Contents
16
16
17
17
*[Changelog](#changelog)
18
+
*[Release v1.10.1](#release-v1101)
19
+
*[Release v1.10.0](#release-v1100)
18
20
*[Release v1.9.0](#release-v190)
19
21
*[Release v1.8.2](#release-v182)
20
22
*[Release v1.8.1](#release-v181)
@@ -34,6 +36,10 @@
34
36
35
37
## Changelog
36
38
39
+
### Release v1.10.1
40
+
41
+
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