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
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
@@ -644,6 +644,16 @@ Blackbox logging rate numerator. Use num/denom settings to decide if a frame sho
644
644
645
645
---
646
646
647
+
### crsf_use_legacy_baro_packet
648
+
649
+
CRSF telemetry: If `ON`, send altitude about start point in GPS telemetry packet. If `OFF`, GPS has ASL altitude, altitude about start point in separate packet. Default: 'OFF'
650
+
651
+
| Default | Min | Max |
652
+
| --- | --- | --- |
653
+
| OFF | OFF | ON |
654
+
655
+
---
656
+
647
657
### cruise_power
648
658
649
659
Power draw at cruise throttle used for remaining flight time/distance estimation in 0.01W unit
Copy file name to clipboardExpand all lines: src/main/fc/settings.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3303,6 +3303,10 @@ groups:
3303
3303
min: 1
3304
3304
max: 255
3305
3305
default_value: 1
3306
+
- name: crsf_use_legacy_baro_packet
3307
+
description: "CRSF telemetry: If `ON`, send altitude about start point in GPS telemetry packet. If `OFF`, GPS has ASL altitude, altitude about start point in separate packet. Default: 'OFF'"
0 commit comments