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

Further work and preparation.

Placed dataflash status bar in the header but can’t figure out how to
trigger a readout on connect in serial_backend.js. Some help?
This commit is contained in:
skaman82 2015-10-22 18:03:17 +02:00
parent 10f7cdd1b0
commit b0b8cc00d7
6 changed files with 60 additions and 61 deletions

View file

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