esp32-can-protocol-demo
esp32-can-protocol-demo copied to clipboard
working on ESP32 wrover-e (lilyGo)
Hi, This library does not work on esp-32 wrover. does anyone know what should I do?
I have just found out the solution, If you are using V3 modules, you should change this line on CAN.c file: from: MODULE_CAN->IER.U = 0xff; to MODULE_CAN->IER.U = 0xef;