Closed VitorCMatias closed 7 months ago
If I follow the compiler tip the build works, but I don't know if it will affect the component behaviour. I am a beginner in the espidf environment
Looks like HSPI_HOST
was deprecated at some point:
https://github.com/espressif/esp-idf/blob/master/components/hal/include/hal/spi_types.h#L81
It is safe to use SPI2_HOST
.
Hello,
I am using the example present in the repo to make my project, when I compile to the ESP32 board it works. However, when I try on my C6 I receive the following error:
I am using the espidf environment in vscode.