Hello.
I’ve installed e_spi library in platformio.
I’ve got errors as on attached printscreen.
Why spi.h is not visible
Marek
Hello.
I’ve installed e_spi library in platformio.
I’ve got errors as on attached printscreen.
Why spi.h is not visible
Marek
I’ve found solution:
https://techoverflow.net/2020/12/14/how-to-fix-platformio-esp8266-esp32-fatal-error-spi-h-no-such-file-or-directory/
It’s needed to add in platformio.ini:
lib_ldf_mode = deep+
This will reconfigure the library dependency finder (ldf ) to find dependencies of dependency libraries.
???
This topic was automatically closed after 120 days. New replies are no longer allowed.