1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

...restoring some files

This commit is contained in:
skaman82 2015-10-23 15:42:32 +02:00
parent 6c9c64de31
commit 87e9bfd3d9
31 changed files with 1043 additions and 471 deletions

View file

@ -15,6 +15,7 @@ TABS.sensors.initialize = function (callback) {
SENSOR_DATA.gyroscope[i] = 0;
SENSOR_DATA.magnetometer[i] = 0;
SENSOR_DATA.sonar = 0;
SENSOR_DATA.altitude = 0;
SENSOR_DATA.debug[i] = 0;
}
}