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

Build error: GPIO_PIN_INTR_NEGEDGE undeclared  #15

@bhavers

Description

@bhavers

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions