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
When trying to compile for ESP32-S3 got compilation error for several missing declarations in file src\ESP32SJA1000.cpp
missing declarations are :
DPORT_CAN_RST
DPORT_CAN_CLK_EN
CAN_RX_IDX
CAN_RX_IDX
ETS_CAN_INTR_SOURCE
DPORT_CAN_CLK_EN
It is posibble that those registers have diffrent name in definitions or change is more significent?