This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Description
When i run idf.py build for jpeg_webserver_demo, i get the following error:
user1@machine:/esp/esp32-spi-message-demo/components/depthai-spi-api/common/esp32_spi_impl.c:73:20: error: 'GPIO_PIN_INTR_NEGEDGE' undeclared (first use in this function); did you mean 'GPIO_INTR_NEGEDGE'?
.intr_type=GPIO_PIN_INTR_NEGEDGE,
^~~~~~~~~~~~~~~~~~~~~
GPIO_INTR_NEGEDGE
Is this a problem in the code, or do i need to do some additional configuration (i have ran idf.py menuconfig and entered the wifi ssid and password).