blue-repeat/.gitignore
Sebastien Vayrette 276489cb17 feat: initial BikeAudio firmware
ESP32 DevKitC v4 Bluetooth audio relay.
iPhone -> ESP32 (A2DP sink) -> JBL Charge 5 + Tangerine EDGE (dual A2DP source).
Dual mirrored ring buffers for in-sync output, auto-reconnect on boot.
2026-06-09 12:51:08 -04:00

21 lines
174 B
Plaintext

# Arduino build artifacts
build/
*.bin
*.elf
*.map
# Arduino IDE cache
.arduino15/
.cache/
# VS Code / PlatformIO
.vscode/
.pio/
.pioenvs/
# macOS
.DS_Store
# Logs
*.log