mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-17 21:35:37 +03:00
change the max value of acc-inore-rate from 20 to 30
This commit is contained in:
parent
f57afc266c
commit
cab91c14af
2 changed files with 2 additions and 2 deletions
|
@ -1778,7 +1778,7 @@ Total gyro rotation rate threshold [deg/s] to consider accelerometer trustworthy
|
||||||
|
|
||||||
| Default | Min | Max |
|
| Default | Min | Max |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| 0 | 0 | 20 |
|
| 0 | 0 | 30 |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1521,7 +1521,7 @@ groups:
|
||||||
default_value: 0
|
default_value: 0
|
||||||
field: acc_ignore_rate
|
field: acc_ignore_rate
|
||||||
min: 0
|
min: 0
|
||||||
max: 20
|
max: 30
|
||||||
- name: imu_acc_ignore_slope
|
- name: imu_acc_ignore_slope
|
||||||
description: "Half-width of the interval to gradually reduce accelerometer weight. Centered at `imu_acc_ignore_rate` (exactly 50% weight)"
|
description: "Half-width of the interval to gradually reduce accelerometer weight. Centered at `imu_acc_ignore_rate` (exactly 50% weight)"
|
||||||
default_value: 0
|
default_value: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue