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

Releases: khoih-prog/AsyncMQTT_Generic

v1.8.1 to add examples AsyncWebServer_MQTT, AsyncWebServer_MQTT_RP2040W and improve `README.md`

29 Jan 01:37
48a17e0
Compare
Choose a tag to compare

Releases v1.8.1

  1. Add AsyncWebServer_MQTT for ESP32 example to demo how to use AsyncWebServer and AsyncMQTT_Generic together
  2. Add AsyncWebServer_MQTT_RP2040W example to demo how to use AsyncWebServer_RP2040W and AsyncMQTT_Generic together
  3. Improve README.md so that links can be used in other sites, such as PIO

v1.8.0 to add support to ESP32 boards using `LwIP W5500 or ENC28J60 Ethernet`, to use `allman astyle`

01 Dec 02:32
c55df5e
Compare
Choose a tag to compare

Releases v1.8.0

  1. Add support to ESP32 boards using LwIP W5500 Ethernet
  2. Add support to ESP32 boards using LwIP ENC28J60 Ethernet
  3. and add utils. Restyle the library

v1.7.0 to fix ESP32 compile error and to change to new Forked ESPAsyncTCP library for ESP8266 boards, using WiFi or LwIP Ethernet, with ESP8266 core v3.0.2+ or WiFi with ESP8266 core v2.7.4 to avoid compile errors

14 Sep 01:52
e61c24e
Compare
Choose a tag to compare

v1.6.1 : Workaround for WiFi.status() bug using ping() to local gateway for RP2040W and WiFi macAddress for RP2040W `_clientId`

17 Aug 04:59
ef5ea4a
Compare
Choose a tag to compare

Releases v1.6.1

  1. Workaround for RP2040W WiFi.status() bug using ping() to local gateway for example FullyFeatured_RP2040W
  2. Use WiFi macAddress for RP2040W _clientId

v1.6.0 to add support to RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+

15 Aug 01:40
84c9aba
Compare
Choose a tag to compare

Releases v1.6.0

  1. Add support to RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+
  2. Add example FullyFeatured_RP2040W
  3. Update Packages' Patches

v1.5.0 to add support to ESP8266 W5x00 and ENC28J60 Ethernet, etc.

14 Apr 07:27
9bc9c19
Compare
Choose a tag to compare

Releases v1.5.0

  1. Add support to ESP8266 W5x00 using lwIP_w5100 or lwIP_w5500 library
  2. Add support to ESP8266 ENC28J60 using lwIP_enc28j60 library
  3. Add example FullyFeatured_ESP8266_Ethernet
  4. Update Packages' Patches

v1.4.0 to add support to Teensy41 using built-in Ethernet with QNEthernet Library

18 Mar 02:55
01b7e0d
Compare
Choose a tag to compare

Releases v1.4.0

  1. Add support to Teensy 4.1 using QNEthernet Library
  2. Add example for QNEthernet
  3. Update Packages' Patches

v1.3.0 to add support to Portenta_H7, using either `Murata WiFi` or `Vision-shield Ethernet`

16 Mar 22:15
3e6d9fc
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to Portenta_H7, using either Murata WiFi or Vision-shield Ethernet
  2. Add examples for Portenta_H7_Ethernet and Portenta_H7_WiFi

v1.2.1 to add support to many STM32F4 and STM32F7 (without TLS/SSL) using LAN8720 Ethernet, such as F407xx, NUCLEO_F429ZI, DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG, etc.

16 Mar 05:19
a89ee2c
Compare
Choose a tag to compare

Releases v1.2.1

  1. Add support to many STM32F4 and STM32F7 (without TLS/SSL) using LAN8720 Ethernet, such as F407xx, NUCLEO_F429ZI, DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG, etc.
  2. Add examples for STM32_LAN8720

v1.2.0 to add support to STM32F/L/H/G/WB/MP1 (without TLS/SSL) using built-in LAN8742A Ethernet, such as Nucleo-144, DISCOVERY, etc.

16 Mar 01:01
5df7047
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to STM32F/L/H/G/WB/MP1 (without TLS/SSL) using built-in LAN8742A Ethernet, such as Nucleo-144, DISCOVERY, etc.
  2. Add examples for STM32