mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge pull request #1326 from iNavFlight/dzikuvx-imu2-status
report IMU2 hardware status
This commit is contained in:
commit
1d5b7808d5
8 changed files with 37 additions and 3 deletions
3
js/fc.js
3
js/fc.js
|
@ -93,7 +93,8 @@ var FC = {
|
|||
gpsHwStatus: 0,
|
||||
rangeHwStatus: 0,
|
||||
speedHwStatus: 0,
|
||||
flowHwStatus: 0
|
||||
flowHwStatus: 0,
|
||||
imu2HwStatus: 0
|
||||
};
|
||||
|
||||
SENSOR_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue