From 52ae9a4414e551f55be889afcedad474cf6cf4d4 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 17 Dec 2022 03:07:06 -0500 Subject: [PATCH] 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) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 89ab2e72..44e18099 100644 --- a/repositories.txt +++ b/repositories.txt @@ -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