luxonis / esp32-spi-message-demo

ESP32 reference app for interfacing with DepthAI over SPI
MIT License
31 stars 9 forks source link

Failed to resolve component 'depthai-spi-api'. #18

Closed vipulkumar-developer closed 2 years ago

vipulkumar-developer commented 2 years ago

Hi, I'm trying to run the examples of the repository but when I try to use the command idf.py menuconfig it gives me this error " Failed to resolve component 'depthai-spi-api'.".

How can I fix it?

themarpe commented 2 years ago

Hi @vipulkumar-developer Have you initialized the submodules as well?

Run the following: git submodule update --init --recursive in the root of the repository folder

vipulkumar-developer commented 2 years ago

Ok, thank you very much.