mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Fix scale for gyro readings (#3073)
This commit is contained in:
parent
0543f93777
commit
bb8687bcbe
2 changed files with 13 additions and 0 deletions
|
@ -15,6 +15,11 @@ const motors = {
|
|||
sensorAccelScale: 2,
|
||||
sensorSelectValues: {
|
||||
"gyroScale": {
|
||||
"1" : 1,
|
||||
"2" : 2,
|
||||
"3" : 3,
|
||||
"4" : 4,
|
||||
"5" : 5,
|
||||
"10" : 10,
|
||||
"25" : 25,
|
||||
"50" : 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue