-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
Add MSP support for led profile and status #3671
Add MSP support for led profile and status #3671
Conversation
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- approving untested
Do you want to test this code? Here you have an automated build: |
The distinction between basic and complex profiles is no longer relevant. |
This is not a change. Just implementing current firmware behavior. Any changes to that can be done in subsequent PR. |
AUTOMERGE: (FAIL)
|
This reverts commit b8da48a.
Finally add support for betaflight/betaflight#7491
Added a flag indicating the level of ledstrip support (to allow improved Configurator behavior) along with support for reading/setting the current ledstrip_profile
[RACE, BEACON, STATUS]
ledstrip support flag
[STATUS]
is as follows:0 = basic ledstrip available
1 = advanced ledstrip available
In follow up we could do something useful with this.