update:增加标注编译配置截图

This commit is contained in:
hrz
2025-02-03 22:23:32 +08:00
parent 082967aff8
commit 9c166fbf4b
4 changed files with 7 additions and 0 deletions
+3
View File
@@ -169,11 +169,14 @@ idf.py set-target esp32s3
# 进入菜单配置
idf.py menuconfig
```
![图片](docs/images/build_setting01.png)
进入菜单配置后,再进入`Xiaozhi Assistant`,将`CONNECTION_TYPE`设置为`Websocket`
回退到主菜单,再进入`Xiaozhi Assistant`,将`BOARD_TYPE`设置你板子的具体型号
保存退出,回到终端命令行。
![图片](docs/images/build_setting02.png)
4. 编译固件
```
+4
View File
@@ -179,10 +179,14 @@ idf.py set-target esp32s3
idf.py menuconfig
```
![图片](docs/images/build_setting01.png)
After entering the menu configuration, then enter `xiaozhi assistant`, set the` connection_type` to `websocket`
Go back to the main menu, then enter `xiaozhi assistant`, set the `BOARD_TYPE` of your board
Save exit and return to the terminal command line.
![图片](docs/images/build_setting02.png)
4. Build and package:
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB