Skip to content

Commit

Permalink
Altitude Command and code refactor
Browse files Browse the repository at this point in the history
### Major Changes
- alt 1000 to set hold height to 1000m
- Rebuilt Augmented Reality Damage report widget
### Other Changes
- refactor help menu
- space altitude hold fixes
- auto land re-entry fixes
- auto land brakes priority over engines
  • Loading branch information
TheGreatSardini committed Nov 21, 2023
1 parent 0d6c8f6 commit 425b8e8
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 403 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
uses: TheDoctor0/[email protected]
with:
# Filename for archive
filename: 'release-v0.9.9.zip' # default is release.zip
filename: 'release-v0.9.10.zip' # default is release.zip
exclusions: '*.git* README.md'
type: zip # optional, default is zip

- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "release-v0.9.9.zip"
tag: "v0.9.9"
artifacts: "release-v0.9.10.zip"
tag: "v0.9.10"
commit: main
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 425b8e8

Please sign in to comment.