Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit da7f8b5

Browse files
authored
v1.2.1 to use new WiFi101_Generic library
### Releases v1.2.1 1. Add support to `MKRWiFi1010`, etc., using `MQTT`, `MQTT-over-WebSockets` with new [`WiFi101_Generic` library](https://github.com/khoih-prog/WiFi101_Generic) library 2. Add [WiFi101 examples](https://github.com/khoih-prog/MQTTPubSubClient_Generic/tree/main/examples/WiFi101)
1 parent ab869ae commit da7f8b5

File tree

63 files changed

+5345
-3562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5345
-3562
lines changed

CONTRIBUTING.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1515
Please ensure to specify the following, or your post will be ignored and deleted:
1616

1717
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18-
* `RP2040` Core Version (e.g. Arduino-mbed RP2040 v3.3.0 or arduino-pico core v2.6.0)
18+
* `RP2040` Core Version (e.g. Arduino-mbed RP2040 v3.4.1 or arduino-pico core v2.6.3)
1919
* `RP2040` Board type (e.g. NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc.)
2020
* Contextual information (e.g. what you were trying to achieve)
2121
* Simplest possible steps to reproduce
@@ -28,10 +28,13 @@ Please ensure to specify the following, or your post will be ignored and deleted
2828

2929
```
3030
Arduino IDE version: 1.8.19
31-
Arduino-mbed mbed_nano v3.3.0
31+
Arduino-mbed mbed_nano v3.4.1
3232
NANO_RP2040_CONNECT Module
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.15.0-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
34+
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
35+
36+
Context:
37+
I encountered a crash while using this library
3538
3639
Steps to reproduce:
3740
1. ...
@@ -40,13 +43,34 @@ Steps to reproduce:
4043
4. ...
4144
```
4245

46+
---
47+
4348
### Sending Feature Requests
4449

4550
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
4651

4752
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/MQTTPubSubClient_Generic/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
4853

54+
---
55+
4956
### Sending Pull Requests
5057

5158
Pull Requests with changes and fixes are also welcome!
5259

60+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
61+
62+
1. Change directory to the library GitHub
63+
64+
```
65+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/MQTTPubSubClient_Generic_GitHub/
66+
xy@xy-Inspiron-3593:~/Arduino/xy/MQTTPubSubClient_Generic_GitHub$
67+
```
68+
69+
2. Issue astyle command
70+
71+
```
72+
xy@xy-Inspiron-3593:~/Arduino/xy/MQTTPubSubClient_Generic_GitHub$ bash utils/restyle.sh
73+
```
74+
75+
76+

README.md

+118-80
Large diffs are not rendered by default.

changelog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# MQTTPubSubClient_Generic client for ESP8266, ESP32, etc.
1+
# MQTTPubSubClient_Generic Library (MQTT Client for ESP8266, ESP32, etc.)
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/MQTTPubSubClient_Generic.svg?)](https://www.ardu-badge.com/MQTTPubSubClient_Generic)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/MQTTPubSubClient_Generic.svg)](https://github.com/khoih-prog/MQTTPubSubClient_Generic/releases)
55
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/MQTTPubSubClient_Generic/blob/main/LICENSE)
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/MQTTPubSubClient_Generic.svg)](http://github.com/khoih-prog/MQTTPubSubClient_Generic/issues)
88

9+
10+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="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+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="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>
12+
<a href="https://profile-counter.glitch.me/khoih-prog/count.svg" title="Total khoih-prog Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog/count.svg" style="height: 30px;width: 200px;"></a>
13+
<a href="https://profile-counter.glitch.me/khoih-prog-MQTTPubSubClient_Generic/count.svg" title="MQTTPubSubClient_Generic Visitor count"><img src="https://profile-counter.glitch.me/khoih-prog-MQTTPubSubClient_Generic/count.svg" style="height: 30px;width: 200px;"></a>
14+
915
---
1016
---
1117

1218
## Table of Contents
1319

1420
* [Changelog](#changelog)
21+
* [Releases v1.2.1](#releases-v121)
1522
* [Releases v1.2.0](#releases-v120)
1623
* [Releases v1.1.0](#releases-v110)
1724
* [Releases v1.0.1](#releases-v101)
@@ -22,6 +29,11 @@
2229

2330
## Changelog
2431

32+
### Releases v1.2.1
33+
34+
1. Add support to `MKRWiFi1010`, etc., using `MQTT`, `MQTT-over-WebSockets` with new [`WiFi101_Generic` library](https://github.com/khoih-prog/WiFi101_Generic) library
35+
2. Add [WiFi101 examples](https://github.com/khoih-prog/MQTTPubSubClient_Generic/tree/main/examples/WiFi101)
36+
2537
### Releases v1.2.0
2638

2739
1. Add support to `Nano_RP2040_Connect`, `Nano_33_IoT`, using `MQTT`, `Secured MQTT`, `MQTT-over-WebSockets` or `Secured MQTT-over-WebSockets` with [`WiFiNINA_Generic` library](https://github.com/khoih-prog/WiFiNINA_Generic) library

0 commit comments

Comments
 (0)