You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
I am trying to build the jpeg_webserver_demo example however when I go to build and flash the example my compilation fails because the following error message:
/home/pi/Dev/esp32-spi-message-demo/components/depthai-spi-api/common/esp32_spi_impl.h:18:10: fatal error: esp_wifi.h: No such file or directory 18 | #include "esp_wifi.h" | ^~~~~~~~~~~~ compilation terminated.
I just did a fresh installation following the ESP-IDF installation instructions but I cannot build the example.