mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
Merge pull request #559 from iNavFlight/de_mag_names
Compass names catch-up with firmware
This commit is contained in:
commit
0642472960
1 changed files with 1 additions and 1 deletions
2
js/fc.js
2
js/fc.js
|
@ -961,7 +961,7 @@ var FC = {
|
|||
}
|
||||
},
|
||||
getMagnetometerNames: function () {
|
||||
return ["NONE", "AUTO", "HMC5883", "AK8975", "GPSMAG", "MAG3110", "AK8963", "IST8310", "QMC5883", "MPU9250", "FAKE"];
|
||||
return ["NONE", "AUTO", "HMC5883", "AK8975", "GPSMAG", "MAG3110", "AK8963", "IST8310", "QMC5883", "MPU9250", "IST8308", "LIS3MDL", "FAKE"];
|
||||
},
|
||||
getBarometerNames: function () {
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "1.6.2")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue