consolidate sketches

This commit is contained in:
2026-02-16 17:53:06 -08:00
parent d8febf3b50
commit 05f6a7edf6
55 changed files with 212 additions and 2468 deletions

16
sketches/doorbell-touch/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Secrets (WiFi passwords etc.)
**/secrets.h
# Build artifacts
**/build/
# Vendored libraries (re-created by install-libs)
vendor/esp32-32e/TFT_eSPI/
vendor/esp32-s3-lcd-43/GFX_Library_for_Arduino/
# IDE
.vscode/
*.swp
*.swo
*~
.DS_Store