Initial commit: ESP32-C6 Zigbee simple light controller

This commit is contained in:
2025-08-13 13:57:04 -04:00
commit 7798e526e6
11 changed files with 4750 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# ESP-IDF build artifacts
build/
managed_components/
dependencies.lock
# IDE files
.vscode/
*.code-workspace
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp