1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 08:45:31 +03:00

change the max value of acc-inore-rate from 20 to 30

This commit is contained in:
shota 2022-09-25 11:32:43 +09:00
parent f57afc266c
commit cab91c14af
2 changed files with 2 additions and 2 deletions

View file

@ -1778,7 +1778,7 @@ Total gyro rotation rate threshold [deg/s] to consider accelerometer trustworthy
| Default | Min | Max |
| --- | --- | --- |
| 0 | 0 | 20 |
| 0 | 0 | 30 |
---