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