Initial commit
This commit is contained in:
16
library.json
Normal file
16
library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user