Skip to content

Commit

Permalink
FIX: Support the Fenix A320 nose wheel steering
Browse files Browse the repository at this point in the history
  • Loading branch information
till213 committed Jul 24, 2024
1 parent e5fe7b3 commit 539e775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Bug Fixes
- Ensure that the `STEER_INPUT_CONTROL` simulation variable is *not* sent to AI aircraft (formation flight) which would cause an "exception 20" (SimConnect data error)
- Support for the Fenix A320 nose wheel steering added

## 0.18.0

Expand Down
2 changes: 1 addition & 1 deletion src/Model/include/Model/SimVar.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace SimVar

constexpr const char *BrakeLeftPosition = "Brake Left Position";
constexpr const char *BrakeRightPosition = "Brake Right Position";
constexpr const char *SteerInputControl = "Steer Input Control";
constexpr const char *SteerInputControl = "Gear Steer Angle Pct";
constexpr const char *WaterRudderHandlePosition = "Water Rudder Handle Position";
constexpr const char *TailhookHandle = "Tailhook Handle";
constexpr const char *TailhookPosition = "Tailhook Position";
Expand Down

0 comments on commit 539e775

Please sign in to comment.