-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
Conversation
haslinghuis
commented
Jan 9, 2025
- keep in sync with The imitation of GPS is added for SITL betaflight#14131
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/js/tabs/gps.js
Outdated
@@ -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); |
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.
do not think we need auto config with virtual. check later.
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.
@demvlad suggestion ?
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 ofcourse, the virtual gps is "configed" from start and does not need any autoconfig.
339fb24
to
3b99a62
Compare
Quality Gate passedIssues Measures |