1
0
Fork 0
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:
haslinghuis 2022-11-10 12:46:32 +01:00 committed by GitHub
parent 0543f93777
commit bb8687bcbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

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