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

GPIO number should be 49 not 48 for ESP32-S3 #897

Closed
ProfFan opened this issue Nov 3, 2023 · 0 comments · Fixed by #898
Closed

GPIO number should be 49 not 48 for ESP32-S3 #897

ProfFan opened this issue Nov 3, 2023 · 0 comments · Fixed by #898

Comments

@ProfFan
Copy link
Contributor

ProfFan commented Nov 3, 2023

GPIO interrupt does not work (panics) because the array is smaller by 1:

pub const NUM_PINS: usize = 48;
@github-project-automation github-project-automation bot moved this to Todo in esp-rs Nov 3, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant