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.15.1
1. Using random channel for softAP without password. Check [fix: using random CH for non-password use too #118](#118)
2. Fix bug. Check [fix: ending portal loop without processing its flags #119](#119)
3. Add astyle using `allman` style. Restyle the library
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,6 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
12
12
13
13
### How to submit a bug report
14
14
15
-
Please report bugs in ESP_WiFiManager if you find them.
16
-
17
-
However, before reporting a bug please check through the following:
18
-
19
-
*[Existing Open Issues](https://github.com/khoih-prog/ESP_WiFiManager/issues) - someone might have already encountered this.
20
-
21
-
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/ESP_WiFiManager/issues/new).
22
-
23
-
### How to submit a bug report
24
-
25
15
Please ensure to specify the following, or your post will be ignored and deleted:
26
16
27
17
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
@@ -39,7 +29,7 @@ Please ensure to specify the following, or your post will be ignored and deleted
39
29
Arduino IDE version: 1.8.19
40
30
ESP8266 Core Version 3.0.2
41
31
OS: Ubuntu 20.04 LTS
42
-
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
43
33
44
34
Context:
45
35
I encountered a crash when using this library
@@ -50,14 +40,36 @@ Steps to reproduce:
50
40
3. ...
51
41
4. ...
52
42
```
43
+
---
53
44
54
45
### Sending Feature Requests
55
46
56
47
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
57
48
58
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.
59
50
51
+
---
52
+
60
53
### Sending Pull Requests
61
54
62
55
Pull Requests with changes and fixes are also welcome!
63
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/ESPAsync_WiFiManager_GitHub/
@@ -2434,7 +2434,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2434
2434
2435
2435
```cpp
2436
2436
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using SPIFFS on ESP32_DEV
2437
-
ESPAsync_WiFiManager v1.15.0
2437
+
ESPAsync_WiFiManager v1.15.1
2438
2438
ESP_DoubleResetDetector v1.3.2
2439
2439
[WM] RFC925 Hostname = ConfigOnDoubleReset
2440
2440
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -2493,7 +2493,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2493
2493
2494
2494
```cpp
2495
2495
Starting Async_ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP8266_NODEMCU_ESP12E
2496
-
ESPAsync_WiFiManager v1.15.0
2496
+
ESPAsync_WiFiManager v1.15.1
2497
2497
ESP_DoubleResetDetector v1.3.2
2498
2498
[WM] RFC925 Hostname = ConfigOnDoubleReset
2499
2499
[WM] setSTAStaticIPConfig for USE_CONFIGURABLE_DNS
@@ -2553,7 +2553,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
2553
2553
2554
2554
```cpp
2555
2555
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2556
-
ESPAsync_WiFiManager v1.15.0
2556
+
ESPAsync_WiFiManager v1.15.1
2557
2557
ESP_DoubleResetDetector v1.3.2
2558
2558
Opening / directory
2559
2559
FS File: CanadaFlag_1.png, size: 40.25KB
@@ -2631,7 +2631,7 @@ This is terminal debug output when running [Async_ESP32_FSWebServer_DRD](example
2631
2631
2632
2632
```
2633
2633
Starting Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV
2634
-
ESPAsync_WiFiManager v1.15.0
2634
+
ESPAsync_WiFiManager v1.15.1
2635
2635
ESP_DoubleResetDetector v1.3.2
2636
2636
FS File: /CanadaFlag_1.png, size: 40.25KB
2637
2637
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -2742,7 +2742,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
2742
2742
2743
2743
```
2744
2744
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S2_DEV
2745
-
ESPAsync_WiFiManager v1.15.0
2745
+
ESPAsync_WiFiManager v1.15.1
2746
2746
ESP_DoubleResetDetector v1.3.2
2747
2747
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
2748
2748
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -2779,7 +2779,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
2779
2779
2780
2780
```
2781
2781
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
2782
-
ESPAsync_WiFiManager v1.15.0
2782
+
ESPAsync_WiFiManager v1.15.1
2783
2783
ESP_DoubleResetDetector v1.3.2
2784
2784
ESP Self-Stored: SSID = HueNet1, Pass = password
2785
2785
[WM] * Add SSID = HueNet1 , PW = password
@@ -2823,7 +2823,7 @@ Local Date/Time: Fri Oct 7 16:19:03 2022
2823
2823
2824
2824
```
2825
2825
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
2826
-
ESPAsync_WiFiManager v1.15.0
2826
+
ESPAsync_WiFiManager v1.15.1
2827
2827
ESP_DoubleResetDetector v1.3.2
2828
2828
ESP Self-Stored: SSID = HueNet1, Pass = password
2829
2829
[WM] * Add SSID = HueNet1 , PW = password
@@ -2870,7 +2870,7 @@ This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/
2870
2870
2871
2871
```
2872
2872
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2873
-
ESPAsync_WiFiManager v1.15.0
2873
+
ESPAsync_WiFiManager v1.15.1
2874
2874
ESP_DoubleResetDetector v1.3.2
2875
2875
Opening / directory
2876
2876
FS File: drd.dat, size: 4B
@@ -2944,7 +2944,7 @@ Local Date/Time: Fri Oct 7 16:18:03 2022
2944
2944
2945
2945
```
2946
2946
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU_ESP12E
2947
-
ESPAsync_WiFiManager v1.15.0
2947
+
ESPAsync_WiFiManager v1.15.1
2948
2948
ESP_DoubleResetDetector v1.3.2
2949
2949
Opening / directory
2950
2950
FS File: drd.dat, size: 4B
@@ -3003,7 +3003,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](exampl
3003
3003
3004
3004
```
3005
3005
Starting Async_ConfigOnDoubleReset_TZ using SPIFFS on ESP32C3_DEV
3006
-
ESPAsync_WiFiManager v1.15.0
3006
+
ESPAsync_WiFiManager v1.15.1
3007
3007
ESP_DoubleResetDetector v1.3.2
3008
3008
ESP Self-Stored: SSID = HueNet1, Pass = 12345678
3009
3009
[WM] * Add SSID = HueNet1 , PW = 12345678
@@ -3049,7 +3049,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3049
3049
3050
3050
```
3051
3051
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32S3_DEV
3052
-
ESPAsync_WiFiManager v1.15.0
3052
+
ESPAsync_WiFiManager v1.15.1
3053
3053
ESP_DoubleResetDetector v1.3.2
3054
3054
ESP Self-Stored: SSID = HueNet1, Pass = password
3055
3055
[WM] * Add SSID = HueNet1 , PW = password
@@ -3092,7 +3092,7 @@ This is terminal debug output when running [Async_ConfigOnDoubleReset](examples/
3092
3092
3093
3093
```
3094
3094
Starting Async_ConfigOnDoubleReset using LittleFS on ESP32C3_DEV
3095
-
ESPAsync_WiFiManager v1.15.0
3095
+
ESPAsync_WiFiManager v1.15.1
3096
3096
ESP_DoubleResetDetector v1.3.2
3097
3097
ESP Self-Stored: SSID = HueNet1, Pass = password
3098
3098
[WM] * Add SSID = HueNet1 , PW = password
@@ -3185,7 +3185,12 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
3185
3185
18. Thanks to [Dean Ott](https://github.com/deanjott) for reporting [WiFiManager works only on port 80 #75](https://github.com/khoih-prog/ESPAsync_WiFiManager/issues/75) and providing the solution leading to v1.9.7
3186
3186
19. Thanks to [Twaste](https://github.com/Twaste) for initiate the discussion in [Different behaviour using the src_cpp or src_h lib #80](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80) and providing the idea to the solution, to fix `multiple-definitions` linker error, leading to v1.10.0
3187
3187
20. Thanks to [Zongyi Yang](https://github.com/ZongyiYang) for creating merged PR [Fixes Captive Portal hanging depending on active core for AsyncTCP #100#104](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/104).
3188
-
21. Thanks to [MattiaCC93](https://github.com/MattiaCC93) for open discussion [Help for storing variables in memory (non-volatile) #87](https://github.com/khoih-prog/ESP_WiFiManager/discussions/87#discussioncomment-3593028) and report the ESP32 chipID bug, leading to v1.14.0.
3188
+
21. Thanks to [MattiaCC93](https://github.com/MattiaCC93) for open discussion [Help for storing variables in memory (non-volatile) #87](https://github.com/khoih-prog/ESP_WiFiManager/discussions/87#discussioncomment-3593028) and report the ESP32 chipID bug, leading to v1.14.0
3189
+
22. Thanks to [slaesh](https://github.com/slaesh) for creating merged PRs
3190
+
-[fix: using random CH for non-password use too #118](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/118)
3191
+
-[fix: ending portal loop without processing its flags #119](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/119)
3192
+
, leading to v1.15.1
3193
+
3189
3194
3190
3195
<table>
3191
3196
<tr>
@@ -3220,6 +3225,9 @@ Submit issues to: [ESPAsync_WiFiManager issues](https://github.com/khoih-prog/ES
Copy file name to clipboardExpand all lines: changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.15.1](#releases-v1151)
15
16
*[Releases v1.15.0](#releases-v1150)
16
17
*[Releases v1.14.1](#releases-v1141)
17
18
*[Releases v1.14.0](#releases-v1140)
@@ -54,6 +55,13 @@
54
55
55
56
## Changelog
56
57
58
+
### Releases v1.15.1
59
+
60
+
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)
61
+
2. Fix bug. Check [fix: ending portal loop without processing its flags #119](https://github.com/khoih-prog/ESPAsync_WiFiManager/pull/119)
62
+
3. Add astyle using `allman` style. Restyle the library
63
+
64
+
57
65
### Releases v1.15.0
58
66
59
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) and [Prepopulating the configuration with SSID and Password from stored file #115](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/115)
"description": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, 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. Using AsyncDNSServer instead of DNSServer. Now using correct ESP32 chipIP and optionally display Credentials on Config Portal",
0 commit comments