chore(idf): update to esp-idf 5.5.3

This commit is contained in:
admin
2026-04-29 16:00:58 +08:00
parent 559df3b570
commit 9294d72aea
4 changed files with 23 additions and 11 deletions

View File

@@ -58,13 +58,13 @@
## 构建环境
本项目按当前实际使用 ESP-IDF `v5.5.2`
本项目按当前实际使用 ESP-IDF `v5.5.3`
先激活环境:
```bash
export PATH=/opt/homebrew/bin:$PATH
export IDF_PATH=/Users/moyyang/esp/v5.5.2/esp-idf
export IDF_PATH=/Users/moyyang/.espressif/v5.5.3/esp-idf
source $IDF_PATH/export.sh
```