1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00

Add AsyncMQTT_ESP32 library (#2264)

### 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)
This commit is contained in:
Khoi Hoang
2022-12-17 03:07:06 -05:00
committed by GitHub
parent c45c9d3585
commit 52ae9a4414

View File

@ -5450,3 +5450,4 @@ https://github.com/BinaryBearzz/JoyStickModule
https://github.com/leresteux/DunogeonVF
https://github.com/leresteux/DunogeonENG
https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet
https://github.com/khoih-prog/AsyncMQTT_ESP32