docs: Mark v0.5 BLE firmware items as done

This commit is contained in:
user
2026-02-04 17:30:33 +01:00
parent 27f05d0d82
commit 3980b5e130

View File

@@ -45,10 +45,10 @@
- [x] adaptive/motion fields in STATUS reply
## v0.5 - BLE Scanning
- [ ] Enable Bluetooth alongside WiFi
- [ ] Periodic BLE advertisement scanning
- [ ] Report device MAC, RSSI, name via UDP
- [ ] Pi-side BLE device tracking
- [x] Enable Bluetooth alongside WiFi (NimBLE, BLE ON/OFF command)
- [x] Periodic BLE advertisement scanning
- [x] Report device MAC, RSSI, name via UDP (`BLE_DATA,<mac>,<rssi>,<type>,<name>`)
- [ ] Pi-side BLE device tracking (dedup, first/last seen, aggregation)
## v1.0 - Production Firmware
- [x] mDNS auto-discovery (done in v0.2)