1. 添加了esp-idf的几个组件,基于main/idf_component.yml的配置,用于应用层快速开发

2. 测试了音频播放功能,测试通过
This commit is contained in:
Misaki
2025-08-24 23:23:25 +08:00
parent fa066408e2
commit ec33aa0483
14 changed files with 984 additions and 33 deletions
+8
View File
@@ -201,4 +201,12 @@ void exio_text(void)
if (EXIO_Test() == ESP_FAIL) {
ESP_LOGE("EXIO_TEST", "EXIO_Test() failed");
}
}
#include "audio_test.h"
void audio_test(void)
{
run_audio_test();
}