Skip to content

Conversation

@bogdanarduino
Copy link
Collaborator

In ArduinoCore-zephyr\cores\arduino\Arduino.h, the built-in LED index was changed from 0 (RED) to 1 (GREEN).

Copy link

@pillo79 pillo79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is changing a global default, which must be available even on boards that only have 1 LED defined.
Please fix this by setting LED_BUILTIN to the appropriate number or macro in each variant (variants/xxx/pins_arduino.h).

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

Successfully merging this pull request may close these issues.

2 participants