40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
# AsyncMQTT_ESP32 Library
|
|
|
|
[](https://www.ardu-badge.com/AsyncMQTT_ESP32)
|
|
[](https://github.com/khoih-prog/AsyncMQTT_ESP32/releases)
|
|
[](#Contributing)
|
|
[](http://github.com/khoih-prog/AsyncMQTT_ESP32/issues)
|
|
|
|
|
|
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
|
|
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
|
|
|
|
---
|
|
---
|
|
|
|
## 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)
|