From 635f32a3661dca92da159d88a1cb686f6b78f4d7 Mon Sep 17 00:00:00 2001 From: breadoven <56191411+breadoven@users.noreply.github.com> Date: Thu, 28 Oct 2021 20:49:47 +0100 Subject: [PATCH] Update Settings.md --- docs/Settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Settings.md b/docs/Settings.md index 6ad0e17a50..b287a3339c 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -3932,6 +3932,16 @@ Max pitch, in degrees, for OSD artificial horizon --- +### osd_ahi_pitch_interval + +Draws AHI at increments of the set pitch interval over the full pitch range. AHI line is drawn with ends offset when pitch first exceeds interval with offset increasing with increasing pitch. Offset direction changes between climb and dive. Set to 0 to disable (Not for pixel OSD) + +| Default | Min | Max | +| --- | --- | --- | +| 10 | 0 | 30 | + +--- + ### osd_ahi_reverse_roll _// TODO_