This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/MQTTPubSubClient_Generic
Releases · khoih-prog/MQTTPubSubClient_Generic
v1.2.1 to use new WiFi101_Generic library
Releases v1.2.1
- Add support to
MKRWiFi1010
, etc., usingMQTT
,MQTT-over-WebSockets
with new WiFi101_Generic library library - Add WiFi101 examples
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 library
Releases v1.2.0
- Add support to
Nano_RP2040_Connect
,Nano_33_IoT
, usingMQTT
,Secured MQTT
,MQTT-over-WebSockets
orSecured MQTT-over-WebSockets
with WiFiNINA_Generic library library - Add WiFiNINA examples
v1.1.0 to add support to RP2040W using MQTT, Secured-MQTT or MQTT-over-WebSockets, with arduino-pico core
Releases v1.1.0
- Add support to
RP2040W
usingMQTT
,Secured-MQTT
orMQTT-over-WebSockets
with arduino-pico core - Update
Packages' Patches
v1.0.1 to use Ethernet_Generic library, to add support to SPI1 for RP2040, to use new `waitForLink()` function of QNEthernet, to rewrite all the examples to support new features, etc
Releases v1.0.1
- Use new Ethernet_Generic library as default for W5x00.
- Add support to SPI1 for RP2040 using arduino-pico core
- Rewrite all the examples to support new features
- Use new
waitForLink()
function of QNEthernet - Update
Packages' Patches
v1.0.0 : Initial porting and coding to support nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Supporting Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet.
Initial Releases v1.0.0
- Initial porting and coding to support nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Spporting Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet.