atomic14 / diy-esp32-epub-reader

An ESP32 e-reader
MIT License
340 stars 47 forks source link

#Include "L58touch.h" Error #84

Closed 51m00 closed 1 year ago

51m00 commented 2 years ago

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

cgreening commented 1 year ago

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

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