docs: Mark v0.5 BLE tracking as done

This commit is contained in:
user
2026-02-04 17:33:21 +01:00
parent 3980b5e130
commit 8a60547fca

View File

@@ -48,7 +48,7 @@
- [x] Enable Bluetooth alongside WiFi (NimBLE, BLE ON/OFF command) - [x] Enable Bluetooth alongside WiFi (NimBLE, BLE ON/OFF command)
- [x] Periodic BLE advertisement scanning - [x] Periodic BLE advertisement scanning
- [x] Report device MAC, RSSI, name via UDP (`BLE_DATA,<mac>,<rssi>,<type>,<name>`) - [x] Report device MAC, RSSI, name via UDP (`BLE_DATA,<mac>,<rssi>,<type>,<name>`)
- [ ] Pi-side BLE device tracking (dedup, first/last seen, aggregation) - [x] Pi-side BLE device tracking (`esp-ctl ble --track`, dedup, summary table)
## v1.0 - Production Firmware ## v1.0 - Production Firmware
- [x] mDNS auto-discovery (done in v0.2) - [x] mDNS auto-discovery (done in v0.2)