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

Commit 0554668

Browse files
authored
v1.2.0 to add support to Nano_RP2040_Connect
### Releases v1.2.0 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 2. Add [WiFiNINA examples](https://github.com/khoih-prog/MQTTPubSubClient_Generic/tree/main/examples/WiFiNINA)
1 parent 1c342ab commit 0554668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name=MQTTPubSubClient_Generic
22
version=1.2.0
3+
license=MIT
34
author=hideakitai, Khoi Hoang <khoih.prog@gmail.com>
45
maintainer=Khoi Hoang <khoih.prog@gmail.com>
56
sentence=MQTT, MQTT_over_WebSockets and Secured MQTT_over_WebSockets Client for Arduino
67
paragraph=Supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00. Now with newly-added support to Nano_RP2040_Connect using WiFiNINA_Generic library and RP2040W using CYW43439 WiFi
78
category=Communication
89
url=https://github.com/khoih-prog/MQTTPubSubClient_Generic
10+
repository=https://github.com/khoih-prog/MQTTPubSubClient_Generic
911
architectures=*
1012
depends=WiFiNINA_Generic, WiFiWebServer, EthernetWebServer, Ethernet_Generic, WebServer_WT32_ETH01, EthernetWebServer_STM32, WebSockets_Generic
1113
includes=MQTTPubSubClient_Generic.h

0 commit comments

Comments
 (0)