This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncMQTT_Generic
Releases · khoih-prog/AsyncMQTT_Generic
v1.8.1 to add examples AsyncWebServer_MQTT, AsyncWebServer_MQTT_RP2040W and improve `README.md`
v1.8.1 to add examples AsyncWebServer_MQTT, AsyncWebServer_MQTT_RP2040W and improve `README.md`
Latest
Releases v1.8.1
- Add
AsyncWebServer_MQTT
for ESP32 example to demo how to useAsyncWebServer
andAsyncMQTT_Generic
together - Add
AsyncWebServer_MQTT_RP2040W
example to demo how to useAsyncWebServer_RP2040W
andAsyncMQTT_Generic
together - Improve
README.md
so that links can be used in other sites, such asPIO
v1.8.0 to add support to ESP32 boards using `LwIP W5500 or ENC28J60 Ethernet`, to use `allman astyle`
Releases v1.8.0
- Add support to ESP32 boards using
LwIP W5500 Ethernet
- Add support to ESP32 boards using
LwIP ENC28J60 Ethernet
- 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
Releases v1.7.0
- Fix ESP32 compile error. Check Missing default case in switch causes #10
- 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
v1.6.1 : Workaround for WiFi.status() bug using ping() to local gateway for RP2040W and WiFi macAddress for RP2040W `_clientId`
Releases v1.6.1
- Workaround for RP2040W
WiFi.status()
bug usingping()
to local gateway for example FullyFeatured_RP2040W - 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+
Releases v1.6.0
- Add support to RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+
- Add example FullyFeatured_RP2040W
- Update
Packages' Patches
v1.5.0 to add support to ESP8266 W5x00 and ENC28J60 Ethernet, etc.
Releases v1.5.0
- Add support to ESP8266 W5x00 using lwIP_w5100 or lwIP_w5500 library
- Add support to ESP8266 ENC28J60 using lwIP_enc28j60 library
- Add example FullyFeatured_ESP8266_Ethernet
- Update
Packages' Patches
v1.4.0 to add support to Teensy41 using built-in Ethernet with QNEthernet Library
Releases v1.4.0
- Add support to Teensy 4.1 using QNEthernet Library
- Add example for
QNEthernet
- Update
Packages' Patches
v1.3.0 to add support to Portenta_H7, using either `Murata WiFi` or `Vision-shield Ethernet`
Releases v1.3.0
- Add support to Portenta_H7, using either
Murata WiFi
orVision-shield Ethernet
- Add examples for
Portenta_H7_Ethernet
andPortenta_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.
Releases v1.2.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. - 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.
Releases v1.2.0
- Add support to STM32F/L/H/G/WB/MP1 (without TLS/SSL) using
built-in LAN8742A
Ethernet, such as Nucleo-144, DISCOVERY, etc. - Add examples for
STM32