Initial commit

This commit is contained in:
Andrey Aleksandrov
2025-12-30 21:48:51 +02:00
commit 00d1b0ae4a
4 changed files with 583 additions and 0 deletions

16
library.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mqtt_manager",
"version": "1.0.0",
"description": "MQTT client library with auto-reconnection and sensor data publishing for ESP32",
"keywords": "mqtt, esp32, iot, publish, subscribe, reconnect, sensor",
"authors": {
"name": "ESP32C6-DHT22 Project"
},
"license": "MIT",
"frameworks": [
"espidf"
],
"platforms": [
"espressif32"
]
}