maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.1k stars 168 forks source link

ESP-IDF - Component Requires SPI_FLASH #130

Closed mriksman closed 4 years ago

mriksman commented 4 years ago

When I Build, I get esp_spi_flash.h: No such file or directory

To fix, I need to add spi_flash set(COMPONENT_REQUIRES wolfssl json http-parser mdns spi_flash)

Seems like a strange bug. I'm new to ESP-IDF - so it's probably user error. Can anyone else confirm?

mriksman commented 4 years ago

Same as https://github.com/maximkulkin/esp-homekit-demo/issues/311