mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
Drop IMU2 function
This commit is contained in:
parent
dc59dcb92e
commit
3e6dd4547d
10 changed files with 2 additions and 41 deletions
|
@ -43,7 +43,6 @@ var mspHelper = (function (gui) {
|
|||
'FRSKY_OSD': 20,
|
||||
'DJI_FPV': 21,
|
||||
'SMARTPORT_MASTER': 23,
|
||||
'IMU2': 24,
|
||||
'MSP_DISPLAYPORT': 25,
|
||||
};
|
||||
|
||||
|
@ -104,7 +103,6 @@ var mspHelper = (function (gui) {
|
|||
SENSOR_STATUS.rangeHwStatus = data.getUint8(6);
|
||||
SENSOR_STATUS.speedHwStatus = data.getUint8(7);
|
||||
SENSOR_STATUS.flowHwStatus = data.getUint8(8);
|
||||
SENSOR_STATUS.imu2HwStatus = data.getUint8(9);
|
||||
sensor_status_ex(SENSOR_STATUS);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue