Initial commit: ESP32-C5-EVB and ESP32-C6-EVB Arduino firmware + HA custom components

This commit is contained in:
ske087
2026-06-11 00:42:59 +03:00
commit e5fd3645d1
41 changed files with 6637 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Sensitive credentials - never commit
secrets.h
# Arduino build artifacts
build/
*.bin
*.elf
*.map
firmware_build/
# Python cache
__pycache__/
*.pyc
*.pyo
# OS files
.DS_Store
Thumbs.db