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)
20
20
* Simplest possible steps to reproduce
21
21
* Anything that might be relevant in your opinion, such as:
@@ -28,26 +28,46 @@ Please ensure to specify the following:
28
28
```
29
29
Arduino IDE version: 1.8.19
30
30
RASPBERRY_PI_PICO board
31
-
ArduinoCore-mbed v3.1.1
31
+
ArduinoCore-mbed v3.4.1
32
32
OS: Ubuntu 20.04 LTS
33
-
Linux xy-Inspiron-3593 5.15.0-41-generic #44~20.04.1-Ubuntu SMP Fri Jun 24 13:27:29 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 a crash while trying to use the Timer Interrupt.
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
51
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/WiFiMulti_Generic/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49
52
53
+
---
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/WiFiMulti_Generic_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>
1. Better workaround for RP2040W WiFi.status() bug using ping() to local gateway. Check [WiFi.status() wrongly reports WL_CONNECTED even when WiFi is lost and RSSI is always 0 dBm #762](https://github.com/earlephilhower/arduino-pico/issues/762)
34
+
1. Better workaround for RP2040W WiFi.status() bug using `ping()` to local gateway. Check [WiFi.status() wrongly reports WL_CONNECTED even when WiFi is lost and RSSI is always 0 dBm #762](https://github.com/earlephilhower/arduino-pico/issues/762)
0 commit comments