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

changing scale factors

This commit is contained in:
cTn 2014-01-26 00:30:07 +01:00
parent 0f0e56e0b0
commit 8c95ee1ca7
2 changed files with 16 additions and 10 deletions

View file

@ -63,7 +63,9 @@ function tab_initialize_sensors() {
title: "Gyroscope (deg/s)",
shadowSize: 0,
yaxis : {
tickDecimals: 0
tickDecimals: 1,
max : 2000,
min: -2000
},
xaxis : {
//noTicks = 0
@ -82,8 +84,8 @@ function tab_initialize_sensors() {
shadowSize: 0,
yaxis : {
tickDecimals: 1,
max : 1.5,
min : -1.5
max : 2,
min : -2
},
xaxis : {
//noTicks = 0