feat: Add project docs - PROJECT, ROADMAP, TASKS, TODO, .gitignore

This commit is contained in:
user
2026-02-04 13:00:37 +01:00
parent 298e98befb
commit 76345bc8e7
5 changed files with 160 additions and 0 deletions

22
TASKS.md Normal file
View File

@@ -0,0 +1,22 @@
# ESP32 Hacking Tasks
**Last Updated:** 2026-02-04
## Current Sprint: v0.1 - Documentation
### P0 - Critical
- [x] Copy firmware sources to project
- [x] Document current firmware and settings
### P1 - Important
- [ ] Document build & flash workflow step by step
- [ ] Create .gitignore for build artifacts
- [ ] Test building firmware from this repo
### P2 - Normal
- [ ] Document CSI config options (what each sdkconfig flag does)
- [ ] Compare csi_recv vs csi_recv_router differences
### P3 - Low
- [ ] Document esp-crab dual-antenna capabilities
- [ ] Document esp-radar console features