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 Jan 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+34-5Lines changed: 34 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Please ensure to specify the following:
37
37
38
38
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39
39
*`Teensyduino` Core Version (e.g. `Teensyduino core v1.57`)
40
-
*`QNEthernet` library version (e.g. `QNEthernet v0.15.0`)
40
+
*`QNEthernet` library version (e.g. `QNEthernet v0.16.0`)
41
41
* Board type and relevant info
42
42
* Contextual information (e.g. what you were trying to achieve)
43
43
* Simplest possible steps to reproduce
@@ -51,13 +51,12 @@ Please ensure to specify the following:
51
51
```
52
52
Arduino IDE version: 1.8.19
53
53
Teensyduino core v1.57
54
-
Teensy 4.1 using QNEthernet v0.15.0
54
+
Teensy 4.1 using QNEthernet v0.16.0
55
55
OS: Ubuntu 20.04 LTS
56
-
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
56
+
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
57
57
58
58
Context:
59
-
I encountered an endless loop while using this library
60
-
59
+
I encountered a crash while using this library
61
60
Steps to reproduce:
62
61
1. ...
63
62
2. ...
@@ -68,3 +67,33 @@ Steps to reproduce:
68
67
### Additional context
69
68
70
69
Add any other context about the problem here.
70
+
71
+
---
72
+
73
+
### Sending Feature Requests
74
+
75
+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
76
+
77
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
78
+
79
+
---
80
+
81
+
### Sending Pull Requests
82
+
83
+
Pull Requests with changes and fixes are also welcome!
84
+
85
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
86
+
87
+
1. Change directory to the library GitHub
88
+
89
+
```
90
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncWebServer_Teensy41_GitHub/
0 commit comments