You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 55 | Set Gimbal Sensitivity | Scales `Operand A` from [`-16` : `15`]
121
121
| 56 | Override Minimum Ground Speed | When active, sets the minimum ground speed to the value specified in `Operand A`[m/s]. Minimum allowed value is set in `nav_min_ground_speed`. Maximum value is `150`|
122
+
| 58 | Trigonometry: ACos | Computes ACOS of (`Operand A` / `Operand B`) using the fast approximation. If `Operand B` is `0`, `1000` is used. Input is clamped to [-1, 1] and the result is returned in degrees. |
123
+
| 59 | Trigonometry: ASin | Computes ASIN of (`Operand A` / `Operand B`) using the fast approximation. If `Operand B` is `0`, `1000` is used. Input is clamped to [-1, 1] and the result is returned in degrees. |
124
+
| 60 | Trigonometry: ATan2 | Computes ATAN2 using `Operand A` as Y and `Operand B` as X with the fast approximation. Returns a signed angle in degrees in `(-180, 180]`. |
Copy file name to clipboardExpand all lines: docs/Settings.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5056,6 +5056,16 @@ Force OSD to work in grid mode even if the OSD device supports pixel level acces
5056
5056
5057
5057
---
5058
5058
5059
+
### osd_framerate_hz
5060
+
5061
+
Target refresh rate for OSD elements in Hz. Each element is redrawn at approximately this rate. Values above 10 Hz provide no visible improvement for typical flight data but increase CPU load. Artificial horizon and telemetry are always updated every cycle regardless of this setting. Set to -1 for legacy behavior (one element per frame).
5062
+
5063
+
| Default | Min | Max |
5064
+
| --- | --- | --- |
5065
+
| -1 | -1 | 15 |
5066
+
5067
+
---
5068
+
5059
5069
### osd_gforce_alarm
5060
5070
5061
5071
Value above which the OSD g force indicator will blink (g)
description: "Target refresh rate for OSD elements in Hz. Each element is redrawn at approximately this rate. Values above 10 Hz provide no visible improvement for typical flight data but increase CPU load. Artificial horizon and telemetry are always updated every cycle regardless of this setting. Set to -1 for legacy behavior (one element per frame)."
0 commit comments