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
+8-5
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,34 @@ However, before reporting a bug please check through the following:
10
10
11
11
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet/issues/new).
12
12
13
+
---
14
+
13
15
### How to submit a bug report
14
16
15
17
Please ensure to specify the following:
16
18
17
19
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18
-
* Board Type (e.g. ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
19
-
* Board Core Version (e.g. ESP32 core v2.0.5)
20
+
* Board Type (e.g. ESP32_DEV, ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
21
+
* Board Core Version (e.g. ESP32 core v2.0.6)
20
22
* Contextual information (e.g. what you were trying to achieve)
21
23
* Simplest possible steps to reproduce
22
24
* Anything that might be relevant in your opinion, such as:
23
25
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
24
26
* Network configuration
25
27
26
28
27
-
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.
29
+
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.
28
30
31
+
---
29
32
30
33
### Example
31
34
32
35
```
33
36
Arduino IDE version: 1.8.19
34
37
ESP32S3_DEV board
35
-
ESP32 core v2.0.5
38
+
ESP32 core v2.0.6
36
39
OS: Ubuntu 20.04 LTS
37
-
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
40
+
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
0 commit comments