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: .github/ISSUE_TEMPLATE/bug_report.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ If applicable, add screenshots to help explain your problem.
36
36
Please ensure to specify the following:
37
37
38
38
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39
+
* Board type (e.g. ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
39
40
* Board Core Version (e.g. ESP32 core v2.0.5)
40
41
* Contextual information (e.g. what you were trying to achieve)
41
42
* Simplest possible steps to reproduce
@@ -44,14 +45,16 @@ Please ensure to specify the following:
44
45
* Network configuration
45
46
46
47
48
+
Please be educated, civilized and constructive. 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.
49
+
47
50
### Example
48
51
49
52
```
50
53
Arduino IDE version: 1.8.19
51
-
WT32_ETH01 board
54
+
ESP32S3_DEV board
52
55
ESP32 core v2.0.5
53
56
OS: Ubuntu 20.04 LTS
54
-
Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
57
+
Linux xy-Inspiron-3593 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
55
58
56
59
Context:
57
60
I encountered a crash while using this library
@@ -69,7 +72,7 @@ Steps to reproduce:
69
72
70
73
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
71
74
72
-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/WebServer_ESP32_ENC/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
75
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
73
76
74
77
---
75
78
@@ -82,13 +85,14 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
82
85
1. Change directory to the library GitHub
83
86
84
87
```
85
-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/WebServer_ESP32_ENC_GitHub/
0 commit comments