1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

Add sonar data storage

This commit is contained in:
Krzysztof Rosinski 2015-01-28 22:28:19 +01:00
parent f933dbf330
commit 39c70ce9b8

View file

@ -93,6 +93,7 @@ var SENSOR_DATA = {
accelerometer: [0, 0, 0],
magnetometer: [0, 0, 0],
altitude: 0,
sonar: 0,
kinematics: [0.0, 0.0, 0.0],
debug: [0, 0, 0, 0]
};
@ -143,4 +144,4 @@ var MISC = {
vbatmincellvoltage: 0,
vbatmaxcellvoltage: 0,
vbatwarningcellvoltage: 0
};
};