1
0
Fork 0
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:
Nicola De Pasquale 2020-03-22 11:09:24 +01:00
parent 7d8a0e4068
commit 7ba9f41b87

View file

@ -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++) {