espressif / esp-homekit-sdk

541 stars 98 forks source link

ESP32C3 failed to run any example #102

Closed LSChyi closed 1 year ago

LSChyi commented 1 year ago

Hi, I am using the latest commit f266c99516dc1db8e50a32e00604b47dea22f90a and found no output from the example.

after digging for a while, I found that if I comment out the API call app_wifi_start, suddenly all outputs appear. For example, in the fan example, if I comment out this line, I can get expected running logs, QR code, etc. but as long as I bring this line back, there is no any output from the UART.

Is this some configuration bug that happened during compilation time?

LSChyi commented 1 year ago

Oh... I managed to make it work by using idf toolchain with v4.4.4. higher version (v.5.x) failed to compile due to package mdns being removed and failed.