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.
* Contextual information (e.g. what you were trying to achieve)
43
+
* Simplest possible steps to reproduce
44
+
* Anything that might be relevant in your opinion, such as:
45
+
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
46
+
* Network configuration
47
+
48
+
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.
49
+
50
+
---
51
+
52
+
### Example
53
+
54
+
```
55
+
Arduino IDE version: 1.8.19
56
+
Arduino-mbed mbed_nano v3.5.4
57
+
NANO_RP2040_CONNECT Module
58
+
OS: Ubuntu 21.04 LTS
59
+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
60
+
61
+
Context:
62
+
I encountered a crash while using this library
63
+
64
+
Steps to reproduce:
65
+
1. ...
66
+
2. ...
67
+
3. ...
68
+
4. ...
69
+
```
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/RP2040_LwIP_W5500/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/RP2040_LwIP_W5500_GitHub/
0 commit comments