Closed
Description
Trying to compile throws
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.