mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
settings.yaml description of osd_ahi_reverse_roll and eleres_telemetry_power
This commit is contained in:
parent
9c2b4c003a
commit
b4cdd81d86
2 changed files with 4 additions and 2 deletions
|
@ -854,7 +854,7 @@ _// TODO_
|
||||||
|
|
||||||
### eleres_telemetry_power
|
### eleres_telemetry_power
|
||||||
|
|
||||||
_// TODO_
|
For eLeReS recievers, power level of telemetry
|
||||||
|
|
||||||
| Default | Min | Max |
|
| Default | Min | Max |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
@ -4044,7 +4044,7 @@ Max pitch, in degrees, for OSD artificial horizon
|
||||||
|
|
||||||
### osd_ahi_reverse_roll
|
### osd_ahi_reverse_roll
|
||||||
|
|
||||||
Switches the artificial horizon in the OSD to instead be a bank indicator, by reversing the direction of its movement.
|
Switches the artificial horizon in the OSD to instead be a bank indicator, by reversing the direction of its movement.
|
||||||
|
|
||||||
| Default | Min | Max |
|
| Default | Min | Max |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
|
|
@ -3052,6 +3052,7 @@ groups:
|
||||||
type: bool
|
type: bool
|
||||||
default_value: OFF
|
default_value: OFF
|
||||||
- name: eleres_telemetry_power
|
- name: eleres_telemetry_power
|
||||||
|
description: "For eLeReS recievers, power level of telemetry"
|
||||||
field: eleresTelemetryPower
|
field: eleresTelemetryPower
|
||||||
min: 0
|
min: 0
|
||||||
max: 7
|
max: 7
|
||||||
|
@ -3281,6 +3282,7 @@ groups:
|
||||||
min: 0
|
min: 0
|
||||||
max: 27000 # (1000km/h * 1000 * 100 / 60 / 60)
|
max: 27000 # (1000km/h * 1000 * 100 / 60 / 60)
|
||||||
- name: osd_ahi_reverse_roll
|
- name: osd_ahi_reverse_roll
|
||||||
|
description: "Switches the artificial horizon in the OSD to instead be a bank indicator, by reversing the direction of its movement."
|
||||||
field: ahi_reverse_roll
|
field: ahi_reverse_roll
|
||||||
type: bool
|
type: bool
|
||||||
default_value: OFF
|
default_value: OFF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue