From 70a83d849bc32e293578272924d678d52378e39c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 24 Mar 2022 04:07:26 -0400 Subject: [PATCH] Add MQTTPubSubClient_Generic Library (#1230) ### Initial Releases v1.0.0 1. Initial porting and coding to support nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Spporting Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1c930b23..740ec935 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4765,3 +4765,4 @@ https://github.com/patricklaf/SNMP https://github.com/khoih-prog/AsyncDNSServer_Teensy41 https://github.com/vurdalakov/radsensboard https://github.com/Kineis/KIM_Arduino_Library +https://github.com/khoih-prog/MQTTPubSubClient_Generic