diff --git a/README.md b/README.md index a8f1f1d1..3456997f 100644 --- a/README.md +++ b/README.md @@ -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. 编译固件 ``` diff --git a/README_en.md b/README_en.md index 6322042f..58ea7132 100644 --- a/README_en.md +++ b/README_en.md @@ -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: ``` diff --git a/docs/images/build_setting01.png b/docs/images/build_setting01.png new file mode 100644 index 00000000..24e2aeec Binary files /dev/null and b/docs/images/build_setting01.png differ diff --git a/docs/images/build_setting02.png b/docs/images/build_setting02.png new file mode 100644 index 00000000..791a5b05 Binary files /dev/null and b/docs/images/build_setting02.png differ