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

Latest commit

 

History

History
59 lines (38 loc) · 3.26 KB

changelog.md

File metadata and controls

59 lines (38 loc) · 3.26 KB

MQTTPubSubClient_Generic Library (MQTT Client for ESP8266, ESP32, etc.)

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.2.1

  1. Add support to MKRWiFi1010, etc., using MQTT, MQTT-over-WebSockets with new WiFi101_Generic library library
  2. Add WiFi101 examples

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 library
  2. Add WiFiNINA examples

Releases v1.1.0

  1. Add support to RP2040W using MQTT, Secured MQTT or MQTT-over-WebSockets with arduino-pico core
  2. Add RP2040W examples
  3. Update Packages' Patches

Releases v1.0.1

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support to SPI1 for RP2040 using arduino-pico core
  3. Rewrite all the examples to support new features
  4. Use new waitForLink() function of QNEthernet
  5. Update Packages' Patches

Initial Releases v1.0.0

  1. 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.