# AsyncMQTT_ESP32 Library [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncMQTT_ESP32.svg?)](https://www.ardu-badge.com/AsyncMQTT_ESP32) [![GitHub release](https://img.shields.io/github/release/khoih-prog/AsyncMQTT_ESP32.svg)](https://github.com/khoih-prog/AsyncMQTT_ESP32/releases) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing) [![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncMQTT_ESP32.svg)](http://github.com/khoih-prog/AsyncMQTT_ESP32/issues) Donate to my libraries using BuyMeACoffee --- --- ## Table of Contents * [Changelog](#changelog) * [Releases v1.10.0](#releases-v1100) * [Releases v1.9.0](#releases-v190) * [Releases v1.8.0](#releases-v180) --- --- ## Changelog ### Releases v1.10.0 1. Add support to `ESP32` and `ESP32S2/S3/C3` boards using `LwIP W6100 Ethernet` ### Releases v1.9.0 1. Add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet` ### Releases v1.8.0 1. Initial coding to port [AsyncMQTT_Generic](https://github.com/khoih-prog/AsyncMQTT_Generic) to `ESP32/S2/S3/C3` boards using WiFi or `LwIP W5500 / ENC28J60 / LAN8720 Ethernet` 2. Use `allman astyle` 3. Sync with [AsyncMQTT_Generic v1.8.0](https://github.com/khoih-prog/AsyncMQTT_Generic)