1
0
Fork 0
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:
Paweł Spychalski 2022-01-25 09:07:41 +01:00 committed by GitHub
commit f3f0e67601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@ Defines airmode THROTTLE activation threshold when `airmode_type` **THROTTLE_THR
| Default | Min | Max |
| --- | --- | --- |
| 1300 | 1000 | 2000 |
| 1150 | 1000 | 2000 |
---

View file

@ -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