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.
21 lines
174 B
Plaintext
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
|