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 1, 2023. It is now read-only.
### Release v1.9.2
1. Default to reconnect to the same `host:port` after connected for new HTTP sites. Check [Host/Headers not always sent with 1.10.1 #44](khoih-prog/AsyncHTTPRequest_Generic#44)
2. Use `allman astyle` and add `utils`
Please report bugs in AsyncWebServer_Teensy41 if you find them.
5
+
Please report bugs in AsyncHTTPRequest_Teensy41 if you find them.
6
6
7
7
However, before reporting a bug please check through the following:
8
8
9
-
*[Existing Open Issues](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues) - someone might have already encountered this.
9
+
*[Existing Open Issues](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/issues) - someone might have already encountered this.
10
10
11
-
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues/new).
11
+
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/issues/new).
12
12
13
13
### How to submit a bug report
14
14
15
15
Please ensure to specify the following:
16
16
17
17
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18
18
*`Teensyduino` Core Version (e.g. `Teensyduino core v1.57`)
19
-
*`QNEthernet` library version (e.g. `QNEthernet v0.15.0`)
19
+
*`QNEthernet` library version (e.g. `QNEthernet v0.16.0`)
20
20
* Board type and relevant info
21
21
* Contextual information (e.g. what you were trying to achieve)
22
22
* Simplest possible steps to reproduce
@@ -30,26 +30,49 @@ Please ensure to specify the following:
30
30
```
31
31
Arduino IDE version: 1.8.19
32
32
Teensyduino core v1.57
33
-
Teensy 4.1 using QNEthernet v0.15.0
33
+
Teensy 4.1 using QNEthernet v0.16.0
34
34
OS: Ubuntu 20.04 LTS
35
-
Linux xy-Inspiron-3593 5.15.0-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
35
+
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
36
36
37
37
Context:
38
-
I encountered a crash when using this library
39
-
38
+
I encountered a crash while using this library
40
39
Steps to reproduce:
41
40
1. ...
42
41
2. ...
43
42
3. ...
44
43
4. ...
45
44
```
45
+
46
+
### Additional context
47
+
48
+
Add any other context about the problem here.
49
+
50
+
---
51
+
46
52
### Sending Feature Requests
47
53
48
54
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49
55
50
-
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.
56
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
57
+
58
+
---
51
59
52
60
### Sending Pull Requests
53
61
54
62
Pull Requests with changes and fixes are also welcome!
55
63
64
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
65
+
66
+
1. Change directory to the library GitHub
67
+
68
+
```
69
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncHTTPRequest_Teensy41_GitHub/
0 commit comments