Files
wifi_manager/library.json
Andrey Aleksandrov 846f65cfa7 Initial commit
2025-12-30 21:48:53 +02:00

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