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:
parent
0f0e56e0b0
commit
8c95ee1ca7
2 changed files with 16 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue