Files
mqtt_manager/library.json
Andrey Aleksandrov 00d1b0ae4a Initial commit
2025-12-30 21:48:51 +02:00

16 lines
409 B
JSON

{
"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"
]
}