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

esp32_devkitc GPIO settings #752

Closed
kingofmonkeys opened this issue Mar 12, 2024 · 3 comments
Closed

esp32_devkitc GPIO settings #752

kingofmonkeys opened this issue Mar 12, 2024 · 3 comments
Assignees
Labels

Comments

@kingofmonkeys
Copy link

I've been trying to get the latest code working on an esp32 devkitc v4 and there appears to be a bug in how the GPIO pins are being defined in the GPIO_Defs.hpp file. If you look at line 125 there appears to be a copy/paste mistake where its looking for BOARD_ESP32_TWILIGHTLORD_ETH instead of BOARD_ESP32_DEVKITC . See snippet below.

#elif defined (BOARD_ESP32_TWILIGHTLORD_ETH)

include "platformDefinitions/GPIO_Defs_ESP32_DevkitC.hpp"

@noman1228
Copy link

I fixed this for that exact dev board. My pull request hasn't been merged yet but my fork will work for you in the meantime. I could also walk you through the lines/files that need to be edited to get you up and running.

@kingofmonkeys
Copy link
Author

I fixed it for myself, just wanted to get the bug report in so its fixed in the main branch for everyone.

@MartinMueller2003
Copy link
Collaborator

Fixed in #749

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

No branches or pull requests

3 participants