Skip to content

Commit 942a2fd

Browse files
authored
Merge pull request #842 from shellixyz/rename_SPL006_to_SPL06
Rename SPL006 to SPL06
2 parents 0c3e86e + fced137 commit 942a2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/fc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ var FC = {
988988
},
989989
getBarometerNames: function () {
990990
if (semver.gte(CONFIG.flightControllerVersion, "2.3.0")) {
991-
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "SPL006", "FAKE"];
991+
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "SPL06", "FAKE"];
992992
} else if (semver.gte(CONFIG.flightControllerVersion, "2.0.0")) {
993993
return ["NONE", "AUTO", "BMP085", "MS5611", "BMP280", "MS5607", "LPS25H", "FAKE"];
994994
} else if (semver.gte(CONFIG.flightControllerVersion, "1.6.2")) {

0 commit comments

Comments
 (0)