mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 06:45:12 +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',
|
'Japanese MSAS',
|
||||||
'Indian GAGAN'
|
'Indian GAGAN'
|
||||||
];
|
];
|
||||||
|
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
|
||||||
|
gpsSbas.push('NONE');
|
||||||
|
}
|
||||||
|
|
||||||
var gps_protocol_e = $('select.gps_protocol');
|
var gps_protocol_e = $('select.gps_protocol');
|
||||||
for (var i = 0; i < gpsProtocols.length; i++) {
|
for (var i = 0; i < gpsProtocols.length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue