From e5c709835e2d46dba2bf77521d9ade53aea71f63 Mon Sep 17 00:00:00 2001 From: Ultimate-raio01 <89137822+Ultimate-raio01@users.noreply.github.com> Date: Thu, 11 Dec 2025 04:59:21 +0530 Subject: [PATCH 1/2] Add RAIOTerm library --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e5d932ca1..dae0857e8 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8719,3 +8719,4 @@ https://github.com/romoloman/esp32-rmt-pwm-reader https://github.com/MR01Right/SHT40 https://gitlab.com/Vishal1695/mvsota_esp32.git https://github.com/Glinek/omniMath +https://github.com/raiotech-iot/RAIOTerm.git From 676a9708d2012465064e811e5f358878ed6945d9 Mon Sep 17 00:00:00 2001 From: Ultimate-raio01 <89137822+Ultimate-raio01@users.noreply.github.com> Date: Sat, 13 Dec 2025 03:12:08 +0530 Subject: [PATCH 2/2] Add RAIOT_MQTT library v1.0.0 - Added RAIOT_MQTT.h and .cpp source files - Added library.properties with PubSubClient dependency - Added Sender and Receiver examples - Added LICENSE and README.md for RAIOTerm.cc integration --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index dae0857e8..43cdc694a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8720,3 +8720,4 @@ https://github.com/MR01Right/SHT40 https://gitlab.com/Vishal1695/mvsota_esp32.git https://github.com/Glinek/omniMath https://github.com/raiotech-iot/RAIOTerm.git +https://github.com/raiotech-iot/RAIOT_MQTT.git