From 85d511923adf4b47e30bc371a81fbadcd0e930bd Mon Sep 17 00:00:00 2001 From: Josh Davidson Date: Sun, 24 May 2020 15:12:09 -0400 Subject: [PATCH] Control: Fix a mistake I made, thanks legoboyvdlp --- Systems/a320-fcs.xml | 38 +++++++++++++++++--------------------- revision.txt | 2 +- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml index f46abc71..8de31b49 100644 --- a/Systems/a320-fcs.xml +++ b/Systems/a320-fcs.xml @@ -736,11 +736,13 @@ /controls/gear/steering-switched /velocities/groundspeed-kt + /systems/acconfig/options/seperate-tiller-axis - 0.5 0 - 1.0 1 - 20.0 1 - 70.0 0 + 0 1 + 0.5 0 0 + 1.0 1 1 + 20.0 1 1 + 70.0 0 1
@@ -760,24 +762,18 @@ 75 - - - - /velocities/groundspeed-kt - - 0.5 0 - 1.0 6 - 40.0 6 - 130.0 0 - -
-
-
- - + fbw/fmgc/yaw-cmd - hydraulics/tiller/fmgc-cmd-gain - + + /velocities/groundspeed-kt + + 0.5 0 + 1.0 6 + 40.0 6 + 130.0 0 + +
+ diff --git a/revision.txt b/revision.txt index 597975b4..dce6588c 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -35 \ No newline at end of file +36 \ No newline at end of file