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
My program works without problem on a ESP32 DEV MODUL. But I bought an ESP32 S3 Dev Kit as I got interest to the two USB port of this module. For this ESP I have to choose "ESP32 S3 Dev Module" as board on my Arduino IDE . When i compile I get this error:
c:\Users\penot\OneDrive\Documents\Arduino\libraries\NMEA2000_esp32\NMEA2000_esp32.cpp:124:23: error: 'PERIPH_CAN_MODULE' was not declared in this scope
periph_module_reset(PERIPH_CAN_MODULE);
Have you an idea how to fix this problem?
Best Regards
The text was updated successfully, but these errors were encountered:
My program works without problem on a ESP32 DEV MODUL. But I bought an ESP32 S3 Dev Kit as I got interest to the two USB port of this module. For this ESP I have to choose "ESP32 S3 Dev Module" as board on my Arduino IDE . When i compile I get this error:
c:\Users\penot\OneDrive\Documents\Arduino\libraries\NMEA2000_esp32\NMEA2000_esp32.cpp:124:23: error: 'PERIPH_CAN_MODULE' was not declared in this scope
periph_module_reset(PERIPH_CAN_MODULE);
Have you an idea how to fix this problem?
Best Regards
The text was updated successfully, but these errors were encountered: