16 lines
393 B
JSON
16 lines
393 B
JSON
{
|
|
"name": "wifi_manager",
|
|
"version": "1.0.0",
|
|
"description": "WiFi connection management library with auto-reconnection for ESP32",
|
|
"keywords": "wifi, esp32, connection, reconnect, event, callback",
|
|
"authors": {
|
|
"name": "ESP32C6-DHT22 Project"
|
|
},
|
|
"license": "MIT",
|
|
"frameworks": [
|
|
"espidf"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
]
|
|
} |