Update ESP-IDF version to 5.4

This commit is contained in:
Terrence
2025-06-01 21:44:12 +08:00
parent e4ced2a62e
commit 67c44403a3
4 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@
### 开发环境
- Cursor 或 VSCode
- 安装 ESP-IDF 插件,选择 SDK 版本 5.3 或以上
- 安装 ESP-IDF 插件,选择 SDK 版本 5.4 或以上
- Linux 比 Windows 更好,编译速度快,也免去驱动问题的困扰
- 使用 Google C++ 代码风格,提交代码时请确保符合规范

View File

@@ -125,7 +125,7 @@ The firmware connects to the official [xiaozhi.me](https://xiaozhi.me) server by
### Development Environment
- Cursor or VSCode
- Install ESP-IDF plugin, select SDK version 5.3 or above
- Install ESP-IDF plugin, select SDK version 5.4 or above
- Linux is preferred over Windows for faster compilation and fewer driver issues
- Use Google C++ code style, ensure compliance when submitting code

View File

@@ -122,7 +122,7 @@ Feishu ドキュメントチュートリアルをご覧ください:
### 開発環境
- Cursor または VSCode
- ESP-IDF プラグインをインストール、SDK バージョン 5.3 以上を選択
- ESP-IDF プラグインをインストール、SDK バージョン 5.4 以上を選択
- Linux は Windows より好ましい(コンパイルが速く、ドライバーの問題も少ない)
- Google C++ コードスタイルを使用、コード提出時にはコンプライアンスを確認

View File

@@ -60,4 +60,4 @@ dependencies:
## Required IDF version
idf:
version: '>=5.3'
version: '>=5.4.0'