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:
parent
10f7cdd1b0
commit
b0b8cc00d7
6 changed files with 60 additions and 61 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue