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
+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:
```