Initial commit for ESP32

This commit is contained in:
2026-04-01 20:32:34 +03:00
parent 6f3584fe6d
commit 3772981b8f
12 changed files with 3715 additions and 1 deletions

6
.gitignore vendored
View File

@@ -22,4 +22,8 @@ dist/
# Python (если будет)
__pycache__/
*.pyc
*.pyc
# gitignore for ESP-IDF
sdkconfig
build/