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.
### Releases v1.12.1
1. Using random channel for softAP without password. Check [fix: using random CH for non-password use too #118](khoih-prog/ESPAsync_WiFiManager#118)
2. Add astyle using `allman` style. Restyle the library
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Please ensure to specify the following, or your post will be ignored and deleted
29
29
Arduino IDE version: 1.8.19
30
30
ESP8266 Core Version 3.0.2
31
31
OS: Ubuntu 20.04 LTS
32
-
Linux xy-Inspiron-3593 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
32
+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
33
33
34
34
Context:
35
35
I encountered a crash when using this library
@@ -40,14 +40,33 @@ Steps to reproduce:
40
40
3. ...
41
41
4. ...
42
42
```
43
+
---
43
44
44
45
### Sending Feature Requests
45
46
46
47
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47
48
48
-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP_WiFiManager/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
50
+
51
+
---
49
52
50
53
### Sending Pull Requests
51
54
52
55
Pull Requests with changes and fixes are also welcome!
53
56
57
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
58
+
59
+
1. Change directory to the library GitHub
60
+
61
+
```
62
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP_WifiManager_GitHub/
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
## Table of Contents
14
14
15
15
*[Changelog](#changelog)
16
+
*[Releases v1.12.1](#releases-v1121)
16
17
*[Releases v1.12.0](#releases-v1120)
17
18
*[Releases v1.11.0](#releases-v1110)
18
19
*[Releases v1.10.2](#releases-v1102)
@@ -56,6 +57,11 @@
56
57
57
58
## Changelog
58
59
60
+
### Releases v1.12.1
61
+
62
+
1. Using random channel for softAP without password. Check [fix: using random CH for non-password use too #118](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/118)
63
+
2. Add astyle using `allman` style. Restyle the library
64
+
59
65
### Releases v1.12.0
60
66
61
67
1. Optionally display Credentials (SSIDs, PWDs) in Config Portal. Check [Populate portal wifi with saved credentials #91](https://github.com/khoih-prog/ESP_WiFiManager/discussions/91)
"description": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Now using correct ESP32 chipIP and optional display Credentials on Config Portal",
0 commit comments