mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-20 23:05:13 +03:00
Rename SPL006 to SPL06
This commit is contained in:
parent
0c3e86e179
commit
fced137e82
1 changed files with 1 additions and 1 deletions
2
js/fc.js
2
js/fc.js
|
@ -988,7 +988,7 @@ var FC = {
|
||||||
},
|
},
|
||||||
getBarometerNames: function () {
|
getBarometerNames: function () {
|
||||||
if (semver.gte(CONFIG.flightControllerVersion, "2.3.0")) {
|
if (semver.gte(CONFIG.flightControllerVersion, "2.3.0")) {
|
||||||
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "SPL006", "FAKE"];
|
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "SPL06", "FAKE"];
|
||||||
} else if (semver.gte(CONFIG.flightControllerVersion, "2.0.0")) {
|
} else if (semver.gte(CONFIG.flightControllerVersion, "2.0.0")) {
|
||||||
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "FAKE"];
|
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "FAKE"];
|
||||||
} else if (semver.gte(CONFIG.flightControllerVersion, "1.6.2")) {
|
} else if (semver.gte(CONFIG.flightControllerVersion, "1.6.2")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue