chore: Downgrade ESP-IDF from v6.1.0 to v5.5.2

Matches the version deployed on ESP32 sensors. Removes v6.1
workaround, updates all docs to reflect v5.5.2, regenerates
sdkconfig for the correct IDF version.
This commit is contained in:
user
2026-02-04 15:02:54 +01:00
parent 628b84f4f3
commit 2d52ac6026
7 changed files with 371 additions and 5212 deletions

View File

@@ -1,12 +1,12 @@
# ESP32 Hacking Roadmap
## v0.1 - Documentation & Setup [CURRENT]
## v0.1 - Documentation & Setup [DONE]
- [x] Copy firmware sources from esp-csi
- [x] Document current firmware behavior
- [x] Document CSI data format
- [x] Document build & flash process
- [x] List firmware modification ideas with priorities
- [ ] Create development workflow (build, flash, test cycle)
- [x] Verify build from repo (ESP-IDF v5.5.2, aarch64)
## v0.2 - Remote Management
- [ ] Add UDP command listener on ESP32