diff --git a/TASKS.md b/TASKS.md index 77ef2c5..5b30c06 100644 --- a/TASKS.md +++ b/TASKS.md @@ -5,9 +5,12 @@ ## Firmware: Unreleased (v1.11 candidates) - [x] CSI ON/OFF command to toggle CSI collection -- [x] HELP command (lists all 23 commands with syntax) +- [x] HELP command (lists all 30 commands with syntax) - [x] FACTORY command (erase NVS config + reboot) - [x] CONFIG command (dump all running config key=value) +- [x] PING command (echo reply, returns OK PONG) +- [x] LOG command (runtime log level: NONE/ERROR/WARN/INFO/DEBUG/VERBOSE) +- [x] RSSI RESET command (reset min/max counters) - [ ] Tag and OTA deploy to fleet ## Web Backend (`~/git/esp32-web/`) @@ -22,15 +25,12 @@ Tracked separately in `~/git/esp32-web/TASKS.md`. Currently at v0.1.5. ### P2 - Normal - [ ] Tune presence threshold per room with real-world testing - [ ] Power consumption measurements using POWERTEST + external meter -- [ ] PING command (echo reply for connectivity tests) -- [ ] LOG command (runtime `esp_log_level_set()`) - [ ] Multi-target (send UDP to 2+ destinations) ### P3 - Low - [ ] Deep sleep mode with wake-on-CSI-motion - [ ] Battery-optimized duty cycling - [ ] Temp/heap alert thresholds (EVENT on overheat or low memory) -- [ ] RSSI RESET command (reset min/max counters) - [ ] AP+STA config portal (captive portal for initial setup) ### Documentation