16 lines
409 B
JSON
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"
|
|
]
|
|
} |