From 1d7f8a14555d61f9ee7a47ee963a387856925197 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Fri, 15 Sep 2023 10:52:42 -0300 Subject: [PATCH] Add missing `displayName` explanation --- advanced-usage/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/advanced-usage/index.md b/advanced-usage/index.md index 132cd1c..2d29c5b 100644 --- a/advanced-usage/index.md +++ b/advanced-usage/index.md @@ -218,12 +218,12 @@ The current options include - Very generic indicator - clicking on this allows selecting which vehicle variable to track, out of any that have been received so far (including custom ones) - - Only variables comming from Ardupilot vehicles are currently supported - - Available variables include those comming from `NAMED_VALUE_FLOAT/INT` messages as well + - only variables comming from Ardupilot vehicles are currently supported + - available variables include those comming from `NAMED_VALUE_FLOAT/INT` messages as well as any variable that is inside any MAVLink message - several pre-made templates are available for usage with common variables - - it is also possible to specify a display unit, a value multiplier, an icon and the number of - digits after the decimal place + - it is also possible to specify a display unit, a value multiplier, an icon, the number of + digits after the decimal place and a custom display name {{ easy_image(src="named-value-mini-widget-config", width=300, center=true) }} - Video recorder - allows recording one of the available WebRTC streams, or the full Cockpit tab