-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Proper LED_BUILTIN for CORE-ESP32 (ESP32C3) board #7914
Comments
@fabriziop - We made a change to the code and pin definition according to these links: arduino-esp32/variants/esp32c3/pins_arduino.h Lines 11 to 15 in 05ae83a
Therefore, Maybe the |
We rely on the community and board makers to add such new boards. |
It is possible to get some "inspiration" in a similar board, the https://github.com/espressif/arduino-esp32/blob/master/variants/esp_c3_m1_i_kit/pins_arduino.h Board Definition in https://github.com/espressif/arduino-esp32/blob/master/boards.txt#L21318-L21429 |
Closing this as it was already covered in mentioned PR above and there are no updates from author of this issue. If needed, you can reopen this issue. |
Related area
Onboard led blinking
Hardware specification
Onboard led
Is your feature request related to a problem?
Arduino IDE works fine with CORE-ESP32 board (choosing "ESP32C3 Dev Module" from board manager) except for the LED_BUILTIN value that is set to 30, while CORE-ESP32 has a LED on pin 12 and a secondary LED on pin 13.
Describe the solution you'd like
Provide the board manager with a board choice specific for the CORE-ESP32 board, returning the correct value of LED_BUILTIN: 12.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: