Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 'PERIPH_CAN_MODULE' when I try to compile with ESP32S3 Dev Module #417

Open
gpenot opened this issue Jul 27, 2024 · 1 comment
Open

Comments

@gpenot
Copy link

gpenot commented Jul 27, 2024

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

@ttlappalainen
Copy link
Owner

NMEA2000_esp32.cpp does not support ESP32 S- models. Please check other issues related to S-models. E.g., #416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants