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: src/main/fc/settings.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3934,6 +3934,14 @@ groups:
3934
3934
field: osd_switch_indicators_align_left
3935
3935
type: bool
3936
3936
default_value: ON
3937
+
# CR151
3938
+
- name: multifunction_warning_cycle_time
3939
+
description: "Cycle time for display of full multifunction warning messages [s]. Full messages will be displayed for 5s every cycle period. Set to 0 to constantly display full warnings."
Copy file name to clipboardExpand all lines: src/main/io/osd.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -529,6 +529,7 @@ typedef struct osdConfig_s {
529
529
booluse_pilot_logo; // If enabled, the pilot logo (last 40 characters of page 2 font) will be used with the INAV logo.
530
530
uint8_tinav_to_pilot_logo_spacing; // The space between the INAV and pilot logos, if pilot logo is used. This number may be adjusted so that it fits the odd/even col width.
531
531
uint16_tarm_screen_display_time; // Length of time the arm screen is displayed
532
+
uint8_tmultifunction_warning_cycle_time; // Cycle time for display of full multifunction warning messages (s) CR151
532
533
#ifndefDISABLE_MSP_DJI_COMPAT
533
534
boolhighlight_djis_missing_characters; // If enabled, show question marks where there is no character in DJI's font to represent an OSD element symbol
0 commit comments