Skip to content
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 GNNS VIRTUAL device option #4298

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Conversation

haslinghuis
Copy link
Member

@haslinghuis haslinghuis added this to the 11.0 milestone Jan 9, 2025
@haslinghuis haslinghuis self-assigned this Jan 9, 2025
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for origin-betaflight-app ready!

Name Link
🔨 Latest commit 3b99a62
🔍 Latest deploy log https://app.netlify.com/sites/origin-betaflight-app/deploys/67879e573f547b0008bac137
😎 Deploy Preview https://deploy-preview-4298.dev.app.betaflight.com
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -162,7 +167,7 @@ gps.initialize = async function (callback) {
gpsAutoBaudGroup.toggle(
(ubloxSelected || mspSelected) && semver.lt(FC.CONFIG.apiVersion, API_VERSION_1_46),
);
gpsAutoConfigGroup.toggle(ubloxSelected || mspSelected);
gpsAutoConfigGroup.toggle(ubloxSelected || mspSelected || virtualSelected);
Copy link
Member Author

Choose a reason for hiding this comment

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

do not think we need auto config with virtual. check later.

Copy link
Member Author

Choose a reason for hiding this comment

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

@demvlad suggestion ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes ofcourse, the virtual gps is "configed" from start and does not need any autoconfig.

@haslinghuis haslinghuis merged commit 7059dbe into betaflight:master Jan 15, 2025
9 checks passed
@haslinghuis haslinghuis deleted the gps-virtual branch January 15, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

4 participants