1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Fix ins_gravity_cmss out of range error

This commit is contained in:
Pawel Spychalski (DzikuVx) 2022-02-26 17:33:42 +01:00
parent 5daf30fd77
commit f563b446d6
2 changed files with 2 additions and 2 deletions

View file

@ -2148,7 +2148,7 @@ Calculated 1G of Acc axis Z to use in INS
| Default | Min | Max | | Default | Min | Max |
| --- | --- | --- | | --- | --- | --- |
| 0.0 | 0 | 1000 | | 0.0 | 0 | 2000 |
--- ---

View file

@ -337,7 +337,7 @@ groups:
default_value: 0.0 default_value: 0.0
field: gravity_cmss_cal field: gravity_cmss_cal
min: 0 min: 0
max: 1000 max: 2000
- name: PG_ADC_CHANNEL_CONFIG - name: PG_ADC_CHANNEL_CONFIG
type: adcChannelConfig_t type: adcChannelConfig_t