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 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+27-7
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
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
-
*`Teensyduino` Core Version (e.g. `Teensyduino core v1.56`)
19
-
*`QNEthernet` library version (e.g. `QNEthernet v0.13.0`)
18
+
*`Teensyduino` Core Version (e.g. `Teensyduino core v1.57`)
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
@@ -29,27 +29,47 @@ Please ensure to specify the following:
29
29
30
30
```
31
31
Arduino IDE version: 1.8.19
32
-
Teensyduino core v1.56
33
-
Teensy 4.1 using QNEthernet v0.13.0
32
+
Teensyduino core v1.57
33
+
Teensy 4.1 using QNEthernet v0.16.0
34
34
OS: Ubuntu 20.04 LTS
35
-
Linux xy-Inspiron-3593 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
35
+
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
36
36
37
37
Context:
38
-
I encountered an endless loop while trying to connect to Local WiFi.
38
+
I encountered a crash while using this library
39
39
40
40
Steps to reproduce:
41
41
1. ...
42
42
2. ...
43
43
3. ...
44
44
4. ...
45
45
```
46
+
47
+
---
48
+
46
49
### Sending Feature Requests
47
50
48
51
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49
52
50
-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncUDP_Teensy41/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
53
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/RP2040_PWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
54
+
55
+
---
51
56
52
57
### Sending Pull Requests
53
58
54
59
Pull Requests with changes and fixes are also welcome!
55
60
61
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
62
+
63
+
1. Change directory to the library GitHub
64
+
65
+
```
66
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/RP2040_PWM_GitHub/
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
+
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
0 commit comments