mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Fix ins_gravity_cmss out of range error
This commit is contained in:
parent
5daf30fd77
commit
f563b446d6
2 changed files with 2 additions and 2 deletions
|
@ -2148,7 +2148,7 @@ Calculated 1G of Acc axis Z to use in INS
|
|||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 0.0 | 0 | 1000 |
|
||||
| 0.0 | 0 | 2000 |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -337,7 +337,7 @@ groups:
|
|||
default_value: 0.0
|
||||
field: gravity_cmss_cal
|
||||
min: 0
|
||||
max: 1000
|
||||
max: 2000
|
||||
|
||||
- name: PG_ADC_CHANNEL_CONFIG
|
||||
type: adcChannelConfig_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue