docs: Complete v0.1 documentation sprint

- Add build & flash workflow (docs/INSTALL.md)
- Add CSI config reference and firmware comparison (docs/USAGE.md)
- Add quick reference cheatsheet (docs/CHEATSHEET.md)
- Add dependencies.lock to .gitignore (env-specific)
- Update TASKS.md with completed items and build notes
- Verified firmware builds on ESP-IDF v6.1.0 / aarch64
This commit is contained in:
user
2026-02-04 13:25:26 +01:00
parent 76345bc8e7
commit 628b84f4f3
6 changed files with 442 additions and 161 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
build/
managed_components/
dependencies.lock
sdkconfig.old
*.pyc
__pycache__/