Ship UDP RGB panel firmware (eight WS2812 strips) and drop the ESP32 Wi-Fi/MicroPython stack. Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
289 B
Plaintext
37 lines
289 B
Plaintext
# Firmware build
|
|
firmware/build/
|
|
build/
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
# Local make / deploy config
|
|
.env
|
|
|
|
# Binary files
|
|
*.bin
|
|
*.uf2
|
|
*.elf
|
|
*.hex
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|