-
Notifications
You must be signed in to change notification settings - Fork 819
Open
Description
Environment
- Audio development kit: 立创·实战派ESP32-C3开发板 & LILYGO_T_WATCH_2020_V3
- Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): -
- [Required] Module or chip used: ESP32-C3 & ESP32
- [Required] IDF version (run
git describe --tagsin $IDF_PATH folder to find it): v5.5.0 - [Required] ADF version (run
git describe --tagsin $ADF_PATH folder to find it): master - Build system: idf.py
- [Required] Running log: -
- Compiler version (run
xtensa-esp32-elf-gcc --versionin your project folder to find it): - - Operating system: macOS
- (Windows only) Environment type: -
- Using an IDE?: VSCode
- Power supply: USB
Problem Description
Expected Behavior
Actual Behavior
Steps to Reproduce
- 根据文档README_CN.md修改了相关配置,主要是新增对应开发板
Board: LCKFB_C3_DEV
i2c: {sda: 0, scl: 1}
i2s: {mclk: 10, bclk: 8, ws: 12, din: 7, dout: 11}
in_out: {codec: ES8311, pa: 13, pa_gain:6}
Board: LILYGO_T_WATCH_2020_V3
i2c: {sda: 21, scl: 22}
i2s: {mclk: -1, bclk: 26, ws: 25, dout: 33, din: -1}
i2s: {mclk: -1, bclk: 0, ws: -1, dout: -1, din: 2}
out: {codec: MAX98357, pa: -1, pa_gain: 12}
in: {codec: DUMMY, i2s_port: 1}- 运行例程报错 Failed to create coze_data_pull_task,不知道应该从哪儿开始排查?
P.S. 发现代码中是调用libcoze_websocket.a,想问下没有公开源码的原因,是为了优化运行效率吗?
Metadata
Metadata
Assignees
Labels
No labels