mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
using dynamic scale for raw sensor data
this approach might not be the "best" but its necessary because multiwii doesn't scale the units "properly" across different sensors and different builds, sadly this is the only way to have at least some sort of "compatibility" between the builds
This commit is contained in:
parent
4c789a58c6
commit
64bfbbf644
1 changed files with 2 additions and 6 deletions
|
@ -47,9 +47,7 @@ function tab_initialize_sensors() {
|
|||
title: "Gyroscope (deg/s)",
|
||||
shadowSize: 0,
|
||||
yaxis : {
|
||||
tickDecimals: 0,
|
||||
max: 150,
|
||||
min: -150
|
||||
tickDecimals: 0
|
||||
},
|
||||
xaxis : {
|
||||
//noTicks = 0
|
||||
|
@ -87,9 +85,7 @@ function tab_initialize_sensors() {
|
|||
title: "Magnetometer (Ga)",
|
||||
shadowSize: 0,
|
||||
yaxis : {
|
||||
tickDecimals: 0,
|
||||
max : 120,
|
||||
min : -120
|
||||
tickDecimals: 0
|
||||
},
|
||||
xaxis : {
|
||||
//noTicks = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue