diff --git a/docs/Settings.md b/docs/Settings.md index 1d52a32e33..ba30a7c989 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -854,7 +854,7 @@ _// TODO_ ### eleres_telemetry_power -_// TODO_ +For eLeReS recievers, power level of telemetry | Default | Min | Max | | --- | --- | --- | @@ -4044,7 +4044,7 @@ Max pitch, in degrees, for OSD artificial horizon ### 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 | | --- | --- | --- | diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index 9a391ba4e3..cb6c91f4f7 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -3052,6 +3052,7 @@ groups: type: bool default_value: OFF - name: eleres_telemetry_power + description: "For eLeReS recievers, power level of telemetry" field: eleresTelemetryPower min: 0 max: 7 @@ -3281,6 +3282,7 @@ groups: min: 0 max: 27000 # (1000km/h * 1000 * 100 / 60 / 60) - 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 type: bool default_value: OFF