From 8a60547fcac02d569f80fed9bb3215cd9b6616f2 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 4 Feb 2026 17:33:21 +0100 Subject: [PATCH] docs: Mark v0.5 BLE tracking as done --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index a3f35ec..ab9f1fc 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -48,7 +48,7 @@ - [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,,,,`) -- [ ] 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 - [x] mDNS auto-discovery (done in v0.2)