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 18, 2023. It is now read-only.
*`nRF52840-based Nano_33_BLE` Board type (e.g. Nano_33_BLE, Nano_33_BLE_Sense, SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE, etc.)
41
41
* Contextual information (e.g. what you were trying to achieve)
42
42
* Simplest possible steps to reproduce
43
43
* Anything that might be relevant in your opinion, such as:
@@ -48,14 +48,14 @@ Please ensure to specify the following:
48
48
### Example
49
49
50
50
```
51
-
Arduino IDE version: 1.8.15
52
-
Arduino mbed_rp2040 core v2.1.0
53
-
RASPBERRY_PI_PICO board
51
+
Arduino IDE version: 1.8.19
52
+
Arduino mbed_nano core v3.4.1
53
+
Nano_33_BLE board
54
54
OS: Ubuntu 20.04 LTS
55
-
Linux xy-Inspiron-3593 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
55
+
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
56
56
57
57
Context:
58
-
I encountered a crash while using TimerInterrupt.
58
+
I encountered a crash while using this library
59
59
60
60
Steps to reproduce:
61
61
1. ...
@@ -64,7 +64,31 @@ Steps to reproduce:
64
64
4. ...
65
65
```
66
66
67
+
---
68
+
69
+
### Sending Feature Requests
70
+
71
+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
72
+
73
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/FS_Nano33BLE/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
74
+
75
+
---
76
+
77
+
### Sending Pull Requests
78
+
79
+
Pull Requests with changes and fixes are also welcome!
67
80
68
-
### Additional context
81
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
69
82
70
-
Add any other context about the problem here.
83
+
1. Change directory to the library GitHub
84
+
85
+
```
86
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESPAsync_WiFiManager_GitHub/
0 commit comments