Skip to content

Commit cc2aa51

Browse files
authored
Swap order for 686 and 605
1 parent edcde22 commit cc2aa51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/sensor_types.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ export function sensorTypes() {
111111
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) {
112112
removeArrayElement(gyroElements, "L3G4200D");
113113
removeArrayElement(gyroElements, "MPU3050");
114-
addArrayElementsAfter(gyroElements, "LSM6DSV16X", ["IIM42653", "ICM45686", "ICM45605"]);
114+
addArrayElementsAfter(gyroElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686"]);
115115

116116
removeArrayElement(accElements, "ADXL345");
117117
removeArrayElement(accElements, "MMA8452");
118118
removeArrayElement(accElements, "BMA280");
119119
removeArrayElement(accElements, "LSM303DLHC");
120-
addArrayElementsAfter(accElements, "LSM6DSV16X", ["IIM42653", "ICM45686", "ICM45605"]);
120+
addArrayElementsAfter(accElements, "LSM6DSV16X", ["IIM42653", "ICM45605", "ICM45686"]);
121121

122122
addArrayElement(gpsElements, "VIRTUAL");
123123
}

0 commit comments

Comments
 (0)