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
Arduino/libraries/epdiy/src/epd_driver/board/epd_board_v6.c:2:10: fatal error: board/epd_board_v6.h: No such file or directoryResolveLibrary(board/epd_board_v6.h)
-> candidates: []
#include "board/epd_board_v6.h"
I know the Arduino precompiler is bizarre and I have often had path issues like this.
It is something I never really solved.
The text was updated successfully, but these errors were encountered:
As I commented in Slack I think the issue with Arduino IDE is that it expects all header includes without relative paths.
Gregory also please add exact steps to reproduce the error. Like:
Ok, so I have been able to reproduce the issue. I get the same error.
I wonder what the best solution for this is? Is is possible to specify include directories for Arduino libraries?
Trying to compile throws
I know the Arduino precompiler is bizarre and I have often had path issues like this.
It is something I never really solved.
The text was updated successfully, but these errors were encountered: