-
-
Couldn't load subscription status.
- Fork 1k
Add IRC Ghost Serial Rx Protocol #2185
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
Conversation
Api version 1.44 and later
|
Usually is a good idea to reference the firmware PR: betaflight/betaflight#10217 |
src/js/fc.js
Outdated
| result.push('SPEKTRUM SRXL2'); | ||
| } | ||
|
|
||
| if (semver.gte(apiVersion, "1.44.0")) { |
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.
We are using now a new API_VERSION constant here.
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.
True, I forgot!
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.
Thanks guys, just to confirm, you are suggesting replacing the "1.44.0" with API_VERSION_1_44 right?
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.
Yes, that is!
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.
Please use the constant as indicated by asizon
"1.44.0" -> API_VERSION_1_44
|
Kudos, SonarCloud Quality Gate passed!
|
Enable 'IRC Ghost' protocol for Api version 1.44 and later. Will be accompanied by a similar PR in betaflight to install the driver.