经过测试,最新的coze_ws_app的项目下载过来后需要把idf_component.yml里面的espressif/gmf_app_utils的组件去掉才可以设置芯片为ESP32S3,但是设置了后又因为应用到了这个组件的内容,编译不过去。 <img width="640" height="484" alt="Image" src="https://github.com/user-attachments/assets/5b53e0b1-ee30-44c8-9e11-aea3315767e8" /> 不加组件的报错 <img width="1631" height="800" alt="Image" src="https://github.com/user-attachments/assets/1943a22b-4f56-49d0-9c8f-d996875e8b58" /> 加上组件的报错 <img width="1604" height="630" alt="Image" src="https://github.com/user-attachments/assets/983db42d-502c-4ff7-9e6d-58601ca95585" /> 是为啥呢 前几个版本没有用上这个 espressif/gmf_app_utils: version: "^0.7" 的组件是正常使用的