gmf_app_utils update breaks ADF example (coze_ws_app) due to esp_board_manager dependency (AUD-7005)
The ADF example project coze_ws_app fails to build with the latest version of gmf_app_utils.
CMakeLists for ADF example coze_ws_app espressif/gmf_app_utils: version: "^0.7"
But in a recent update, gmf_app_utils was changed to use esp_board_manager instead of codec_board. This breaks the example project and probably other examples as well.
espressif/gmf_app_utils v0.7.7 Bug Fixes Fixed the esp32_lyrat_mini_v1_1 SD card mount failure issue
v0.7.6 Features Updated dependency to esp_board_manager instead of codec_board
It took me a long time to find the cause. These examples need an update, or they should specify v0.7.5 for gmf_app_utils as a quick fix.
Hi @cjccjj Thanks for your feedback, we will update this example