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
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,24 +30,45 @@ Arduino IDE version: 1.8.19
30
30
ESP8266_NODEMCU_ESP12E using ESP8266_W5500 Ethernet
31
31
ESP8266 core v3.0.2
32
32
OS: Ubuntu 20.04 LTS
33
-
Linux xy-Inspiron-3593 5.13.0-39-generic #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
33
+
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
34
34
35
35
Context:
36
-
I encountered an endless loop while trying to connect to Local WiFi.
36
+
I encountered a crash while using this library
37
37
38
38
Steps to reproduce:
39
39
1. ...
40
40
2. ...
41
41
3. ...
42
42
4. ...
43
43
```
44
+
45
+
---
46
+
44
47
### Sending Feature Requests
45
48
46
49
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47
50
48
-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncUDP_Ethernet/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
51
+
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.
52
+
53
+
---
49
54
50
55
### Sending Pull Requests
51
56
52
57
Pull Requests with changes and fixes are also welcome!
53
58
59
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
60
+
61
+
1. Change directory to the library GitHub
62
+
63
+
```
64
+
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