Skip to content

Commit

Permalink
APMSensorIdDecoder: fix ID order for IIM42653
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Nov 10, 2024
1 parent 054bf19 commit 691527f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/FirmwarePlugin/APM/APMSensorIdDecoder.qml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ QGCLabel {
0x35: 'INS_ICM42605',
0x36: 'INS_ICM40605',
0x37: 'INS_IIM42652',
0x38: 'INS_IIM42653',
0x39: 'BMI270',
0x3A: 'INS_BMI085',
0x3B: 'INS_ICM42670',
0x3C: 'INS_ICM45686',
0x3D: 'INS_SCHA63T'
0x38: 'BMI270',
0x39: 'INS_BMI085',
0x3A: 'INS_ICM42670',
0x3B: 'INS_ICM45686',
0x3C: 'INS_SCHA63T',
0x3D: 'INS_IIM42653'
}

property var baroTypes: {
Expand Down

0 comments on commit 691527f

Please sign in to comment.