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.
* 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:
@@ -26,13 +26,13 @@ Please ensure to specify the following:
26
26
### Example
27
27
28
28
```
29
-
Arduino IDE version: 1.8.16
30
-
Arduino STM32 Core v2.1.0
29
+
Arduino IDE version: 1.8.19
30
+
Arduino STM32 Core v2.3.0
31
31
OS: Ubuntu 20.04 LTS
32
-
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
32
+
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
33
33
34
34
Context:
35
-
I encountered an endless loop while trying to connect to Local WiFi.
35
+
I encountered a crash while using this library
36
36
37
37
Steps to reproduce:
38
38
1. ...
@@ -41,12 +41,32 @@ Steps to reproduce:
41
41
4. ...
42
42
```
43
43
44
+
---
45
+
44
46
### Sending Feature Requests
45
47
46
48
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47
49
48
50
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP_AT_Lib/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49
51
52
+
---
53
+
50
54
### Sending Pull Requests
51
55
52
56
Pull Requests with changes and fixes are also welcome!
57
+
58
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
59
+
60
+
1. Change directory to the library GitHub
61
+
62
+
```
63
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP_AT_Lib_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>
11
+
<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