1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +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:
cTn 2013-05-20 10:44:16 +02:00
parent 4c789a58c6
commit 64bfbbf644

View file

@ -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