Add elevator trim tab position logging.
This commit is contained in:
parent
7cad72a6f2
commit
a6129a38d0
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ sub add_default_fields() {
|
|||
"/surface-positions/right-aileron-pos-norm" ) );
|
||||
push( @FIELDS, ( "Elevator Pos (norm)",
|
||||
"/surface-positions/elevator-pos-norm" ) );
|
||||
push( @FIELDS, ( "Elevator Trim Tab Pos (norm)",
|
||||
"/surface-positions/elevator-trim-tab-pos-norm" ) );
|
||||
push( @FIELDS, ( "Rudder Pos (norm)",
|
||||
"/surface-positions/rudder-pos-norm" ) );
|
||||
push( @FIELDS, ( "Flap Pos (norm)",
|
||||
|
|
Loading…
Add table
Reference in a new issue