mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Update sensor_types.js (ICM40609D) (#4492)
* Update sensor_types.js * Fix quotation mark
This commit is contained in:
parent
08e174821c
commit
e85dbb71fd
1 changed files with 2 additions and 2 deletions
|
@ -111,13 +111,13 @@ export function sensorTypes() {
|
||||||
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) {
|
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) {
|
||||||
removeArrayElement(gyroElements, "L3G4200D");
|
removeArrayElement(gyroElements, "L3G4200D");
|
||||||
removeArrayElement(gyroElements, "MPU3050");
|
removeArrayElement(gyroElements, "MPU3050");
|
||||||
addArrayElementsAfter(gyroElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686"]);
|
addArrayElementsAfter(gyroElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686", "ICM40609D"]);
|
||||||
|
|
||||||
removeArrayElement(accElements, "ADXL345");
|
removeArrayElement(accElements, "ADXL345");
|
||||||
removeArrayElement(accElements, "MMA8452");
|
removeArrayElement(accElements, "MMA8452");
|
||||||
removeArrayElement(accElements, "BMA280");
|
removeArrayElement(accElements, "BMA280");
|
||||||
removeArrayElement(accElements, "LSM303DLHC");
|
removeArrayElement(accElements, "LSM303DLHC");
|
||||||
addArrayElementsAfter(accElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686"]);
|
addArrayElementsAfter(accElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686", "ICM40609D"]);
|
||||||
|
|
||||||
addArrayElement(gpsElements, "VIRTUAL");
|
addArrayElement(gpsElements, "VIRTUAL");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue