atomic14/diy-esp32-epub-reader

#Include "L58touch.h" Error

51m00 opened this issue · 1 comments

51m00 commented

I get this error when i try to build on LILYGO_t5_47

#include "L58Touch.h"
^~~~~~~~~~~~
compilation terminated.
*** [.pio\build\lilygo_t5_47\src\boards\controls\L58TouchControls.o] Error 1

This file is inside the src/borads/controls, so i don't know why he can't find it

image

When you cloned the repository did you use --recursive flag?

git clone --recursive git@github.com:atomic14/esp32-ereader.git