Skip to content

Instantly share code, notes, and snippets.

View Tuebel's full-sized avatar
🤖
Robot Love ❤️

Tim Redick Tuebel

🤖
Robot Love ❤️
View GitHub Profile
@Tuebel
Tuebel / clusterlights.yaml
Last active December 10, 2024 21:12
ESPHome clusterlights (BLE christmas lights)
esphome:
name: cluster-lights-ble
friendly_name: "Christmas Tree"
esp32:
board: az-delivery-devkit-v4
framework:
type: arduino
# Enable Bluetooth Low Energy (BLE)
printf '[' > compile_commands.json
find ./build -type f -name 'compile_commands.json' -exec sh -c "cat {} | tail -n+2 | head -n-1 && printf ','" >> compile_commands.json \;
sed -i '$s/.$//' compile_commands.json
printf '\n]\n' >> compile_commands.json