forked from xiaozhi/xiaozhi-esp32
Update ESP-IDF version to 5.4
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
### 开发环境
|
### 开发环境
|
||||||
|
|
||||||
- Cursor 或 VSCode
|
- Cursor 或 VSCode
|
||||||
- 安装 ESP-IDF 插件,选择 SDK 版本 5.3 或以上
|
- 安装 ESP-IDF 插件,选择 SDK 版本 5.4 或以上
|
||||||
- Linux 比 Windows 更好,编译速度快,也免去驱动问题的困扰
|
- Linux 比 Windows 更好,编译速度快,也免去驱动问题的困扰
|
||||||
- 使用 Google C++ 代码风格,提交代码时请确保符合规范
|
- 使用 Google C++ 代码风格,提交代码时请确保符合规范
|
||||||
|
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ The firmware connects to the official [xiaozhi.me](https://xiaozhi.me) server by
|
|||||||
### Development Environment
|
### Development Environment
|
||||||
|
|
||||||
- Cursor or VSCode
|
- 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
|
- Linux is preferred over Windows for faster compilation and fewer driver issues
|
||||||
- Use Google C++ code style, ensure compliance when submitting code
|
- Use Google C++ code style, ensure compliance when submitting code
|
||||||
|
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ Feishu ドキュメントチュートリアルをご覧ください:
|
|||||||
### 開発環境
|
### 開発環境
|
||||||
|
|
||||||
- Cursor または VSCode
|
- Cursor または VSCode
|
||||||
- ESP-IDF プラグインをインストール、SDK バージョン 5.3 以上を選択
|
- ESP-IDF プラグインをインストール、SDK バージョン 5.4 以上を選択
|
||||||
- Linux は Windows より好ましい(コンパイルが速く、ドライバーの問題も少ない)
|
- Linux は Windows より好ましい(コンパイルが速く、ドライバーの問題も少ない)
|
||||||
- Google C++ コードスタイルを使用、コード提出時にはコンプライアンスを確認
|
- Google C++ コードスタイルを使用、コード提出時にはコンプライアンスを確認
|
||||||
|
|
||||||
|
|||||||
@@ -60,4 +60,4 @@ dependencies:
|
|||||||
|
|
||||||
## Required IDF version
|
## Required IDF version
|
||||||
idf:
|
idf:
|
||||||
version: '>=5.3'
|
version: '>=5.4.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user