espressif / esp-qcloud

基于 ESP-IDF 原生开发接入腾讯 IoT Explorer,支持 ESP32/ESP32S2,快速实现腾讯连连控制。
Apache License 2.0
70 stars 35 forks source link

idf V4.4.1编译失败,设置目标芯片为esp32c3时无法编译 #27

Open Qiu-zhangbao opened 2 years ago

Qiu-zhangbao commented 2 years ago

image 如图所示,idf.py clean idf.py set-target esp32c3 idf.py build之后报这个错,无法编译

image

其中一个报错是这个,貌似是结构体成员写错了,请问是否验证过c3的代码

image

shixinke-orion commented 2 years ago

暂未适配 release/v4.4 及以上版本。可用 v4.3.2 进行测试。