mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-20 14:55:14 +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 () {
|
||||
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")) {
|
||||
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "FAKE"];
|
||||
} else if (semver.gte(CONFIG.flightControllerVersion, "1.6.2")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue