Initial commit

This commit is contained in:
Andrey Aleksandrov
2025-12-30 21:48:53 +02:00
commit 846f65cfa7
4 changed files with 441 additions and 0 deletions

16
library.json Normal file
View 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"
]
}