1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-15 12:25:17 +03:00

changed deafult value

This commit is contained in:
shota 2022-10-10 20:51:43 +09:00
parent 680aea4cc2
commit 6d81900bc1
3 changed files with 7 additions and 7 deletions

View file

@ -1774,11 +1774,11 @@ If set to ON, Secondary IMU data will be used for Angle, Horizon and all other m
### imu_acc_ignore_rate
Total gyro rotation rate threshold [deg/s] to consider accelerometer trustworthy on airplanes
Total gyro rotation rate threshold [deg/s] before scaling to consider accelerometer trustworthy
| Default | Min | Max |
| --- | --- | --- |
| 0 | 0 | 30 |
| 15 | 0 | 30 |
---
@ -1788,7 +1788,7 @@ Half-width of the interval to gradually reduce accelerometer weight. Centered at
| Default | Min | Max |
| --- | --- | --- |
| 0 | 0 | 10 |
| 5 | 0 | 10 |
---