mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-16 12:55:16 +03:00
Merge pull request #7735 from iNavFlight/dzikuvx-update-airmode-thr-threshold
Update airmode thr threshold
This commit is contained in:
commit
f3f0e67601
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ Defines airmode THROTTLE activation threshold when `airmode_type` **THROTTLE_THR
|
|||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 1300 | 1000 | 2000 |
|
||||
| 1150 | 1000 | 2000 |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1648,7 +1648,7 @@ groups:
|
|||
table: airmodeHandlingType
|
||||
- name: airmode_throttle_threshold
|
||||
description: "Defines airmode THROTTLE activation threshold when `airmode_type` **THROTTLE_THRESHOLD** is used"
|
||||
default_value: 1300
|
||||
default_value: 1150
|
||||
field: airmodeThrottleThreshold
|
||||
min: 1000
|
||||
max: 2000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue