From 36815682389ae8a040c230f83bd005eb96be4a27 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 4 Feb 2026 17:51:29 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20v1.0=20roadmap=20=E2=80=94=20T?= =?UTF-8?q?ARGET=20done,=20error=20handling=20covered,=20esp-ctl=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index de3bc6c..72817c1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -55,7 +55,8 @@ - [x] Watchdog + auto-recovery (done in v0.2) - [ ] On-device CSI processing (send metrics, not raw) - [x] Configuration via UDP (`TARGET [port]`, NVS persisted) -- [ ] Comprehensive error handling +- [x] Comprehensive error handling (watchdog, WiFi reconnect via example_connect) +- [x] `esp-ctl` unified CLI tool (cmd, status, listen, serial, ble, target) ## Future - WiFi probe request capture (promiscuous mode, WIFI_PKT_MGMT)