Checklist
How often does this bug occurs?
always
Expected behavior
我使用ESP-IDF 搭配VSCode开发,创建了新的工程,并使用了esp-skainet的components,使用esp-skainet\examples\wake_word_detection\afe中的例程作为测试项目,正常应该编译通过
Actual behavior (suspected bug)
编译提示未找到 "esp_wn_iface.h" "esp_wn_models.h" "esp_afe_sr_models.h""esp_mn_iface.h"等多个文件
Error logs or terminal output
D:/Temp_code/ESP-IDF/esp-skainet-afe_test/main/main.c:12:10: fatal error: esp_wn_iface.h: No such file or directory
12 | #include "esp_wn_iface.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
Steps to reproduce the behavior
1.使用VSCode中的ESP-IDF创建工程,添加esp-skainet components
2.设置好sdkconfig
3.将esp-skainet\examples\wake_word_detection\afe中的main.c添加进来
4.编译
Project release version
master
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 10
Shell
ZSH
Additional context
No response
Checklist
How often does this bug occurs?
always
Expected behavior
我使用ESP-IDF 搭配VSCode开发,创建了新的工程,并使用了esp-skainet的components,使用esp-skainet\examples\wake_word_detection\afe中的例程作为测试项目,正常应该编译通过
Actual behavior (suspected bug)
编译提示未找到 "esp_wn_iface.h" "esp_wn_models.h" "esp_afe_sr_models.h""esp_mn_iface.h"等多个文件
Error logs or terminal output
Steps to reproduce the behavior
1.使用VSCode中的ESP-IDF创建工程,添加esp-skainet components
2.设置好sdkconfig
3.将esp-skainet\examples\wake_word_detection\afe中的main.c添加进来
4.编译
Project release version
master
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 10
Shell
ZSH
Additional context
No response