ESP32RET icon indicating copy to clipboard operation
ESP32RET copied to clipboard

error esp32_can.h

Open JC90s opened this issue 1 year ago • 1 comments

fatal error: esp32_can.h: No such file or directory 29 | #include <esp32_can.h> | ^~~~~~~~~~~~~ compilation terminated. exit status 1

Compilation error: esp32_can.h: No such file or directory

JC90s avatar Oct 22 '24 23:10 JC90s

That's a library (found in my repos here). Did you download the library and install it? Or, if that's the only CAN thing you're doing you can plop the files down into the ESP32RET directory.

collin80 avatar Oct 24 '24 23:10 collin80