You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
Hi,
This library does not work on esp-32 wrover.
does anyone know what should I do?
The text was updated successfully, but these errors were encountered: