mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
added none to gps sbas
This commit is contained in:
parent
7d8a0e4068
commit
7ba9f41b87
1 changed files with 3 additions and 0 deletions
|
@ -708,6 +708,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
'Japanese MSAS',
|
||||
'Indian GAGAN'
|
||||
];
|
||||
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
|
||||
gpsSbas.push('NONE');
|
||||
}
|
||||
|
||||
var gps_protocol_e = $('select.gps_protocol');
|
||||
for (var i = 0; i < gpsProtocols.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue