docs: Update TASKS with PING, LOG, RSSI RESET commands

This commit is contained in:
user
2026-02-14 14:31:57 +01:00
parent 35049df04e
commit 3f9c0b935e

View File

@@ -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