Skip to content

Commit

Permalink
Fixed AP from ground
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimencia committed Mar 27, 2021
1 parent 684f987 commit 3e6701a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ButtonHUD.conf

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## ChangeLog - Most recent changes at the top

Version 5.453
- Fixed Autopilot from the ground not setting a takeoff height

Version 5.452
- Autoroll now stops at +/-80 pitch instead of 85

Expand Down
2 changes: 1 addition & 1 deletion src/ButtonHUD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5635,7 +5635,7 @@ end
-- Start of actual HUD Script. Written by Dimencia and Archaegeo. Optimization and Automation of scripting by ChronosWS Linked sources where appropriate, most have been modified.

function script.onStart()
VERSION_NUMBER = 5.452
VERSION_NUMBER = 5.453
SetupComplete = false
beginSetup = coroutine.create(function()
Nav.axisCommandManager:setupCustomTargetSpeedRanges(axisCommandId.longitudinal,
Expand Down

0 comments on commit 3e6701a

Please sign in to comment.