Rename BLE device "Claude Controller" → "Clawdmeter"

Brand consistency: the device now advertises as "Clawdmeter". Updated the
three functional spots that must agree for discovery-by-name to work —
ble.cpp DEVICE_NAME (advertised) and both daemons' DEVICE_NAME (scan match) —
plus the README/CLAUDE.md/install-script references (and fixed the stray
"Claudemeter" typo in the README).

Note: hosts cache the GATT name, so an already-paired device keeps showing the
old name until removed/re-paired (bluetoothctl remove <mac>).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Hermann Björgvin Haraldsson
2026-06-02 14:01:57 +00:00
co-authored by Claude Opus 4.7
parent bd5d45cef3
commit 13cc4231a0
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ echo ""
echo "First-time Bluetooth pairing (after firmware is flashed):"
echo " 1. Power on the device."
echo " 2. Open System Settings → Bluetooth."
echo " 3. Click 'Connect' next to 'Claude Controller'."
echo " 3. Click 'Connect' next to 'Clawdmeter'."
echo " 4. The daemon will discover it within ~30 s and start polling."
echo ""
echo "Useful commands:"