Skip to content

Conversation

@tonycake
Copy link
Contributor

Enable 'IRC Ghost' protocol for Api version 1.44 and later. Will be accompanied by a similar PR in betaflight to install the driver.

Api version 1.44 and later
@McGiverGim
Copy link
Member

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")) {
Copy link
Member

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.

Copy link
Member

Choose a reason for hiding this comment

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

True, I forgot!

Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, that is!

Copy link
Member

@McGiverGim McGiverGim left a 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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mikeller mikeller merged commit 5ec6078 into betaflight:master Oct 14, 2020
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.

4 participants