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

@@ -25,7 +25,7 @@ Firmware customization and experimentation for ESP32 CSI (Channel State Informat
## Software Stack
| Component | Version | Purpose |
|-----------|---------|---------|
| ESP-IDF | v5.x | Development framework |
| ESP-IDF | v5.5.2 | Development framework (`~/esp/esp-idf/`) |
| esp-csi | latest | CSI extraction library |
| FreeRTOS | (bundled) | RTOS kernel |