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:
@@ -19,9 +19,6 @@ idf.py -p /dev/ttyUSB0 monitor # Serial monitor (Ctrl+] to exit)
|
||||
idf.py -p /dev/ttyUSB0 flash monitor # Flash + monitor combined
|
||||
idf.py fullclean # Clean build directory
|
||||
idf.py reconfigure # Re-fetch managed components
|
||||
|
||||
# IDF v6.1 workaround (after clean/reconfigure)
|
||||
ln -s 6.0 managed_components/espressif__esp_csi_gain_ctrl/6.1
|
||||
```
|
||||
|
||||
## Deployed Sensors
|
||||
@@ -82,7 +79,7 @@ secondary_channel,timestamp,ant,sig_len,rx_state,len,first_word,"[I,Q,...]"
|
||||
|
||||
| Path | Contents |
|
||||
|------|----------|
|
||||
| `~/esp/esp-idf/` | ESP-IDF v6.1.0 |
|
||||
| `~/esp/esp-idf/` | ESP-IDF v5.5.2 |
|
||||
| `~/esp/esp-csi/` | Original esp-csi examples |
|
||||
| `~/.espressif/tools/` | Xtensa toolchain |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user