1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00

Merge branch 'iNavFlight:master' into change-profiles-with-programmin

This commit is contained in:
Darren Lines 2021-10-09 14:25:02 +01:00 committed by GitHub
commit 8d4bd93673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 547 additions and 303 deletions

View file

@ -861,7 +861,7 @@ var FC = {
return [];
},
getAccelerometerNames: function () {
return [ "NONE", "AUTO", "ADXL345", "MPU6050", "MMA845x", "BMA280", "LSM303DLHC", "MPU6000", "MPU6500", "MPU9250", "BMI160", "ICM20689", "FAKE"];
return [ "NONE", "AUTO", "MPU6050", "LSM303DLHC", "MPU6000", "MPU6500", "MPU9250", "BMI160", "ICM20689", "FAKE"];
},
getBarometerNames: function () {
if (semver.gte(CONFIG.flightControllerVersion, "2.6.0")) {