Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aviphysics #400

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
bdd9a0e
Version bump to v1.7.3
teckel12 Aug 25, 2019
af0a1fa
Initial Nirvana testing
teckel12 Aug 25, 2019
ed7a1f2
Nice progress, glass cockpit seems 100%
teckel12 Aug 26, 2019
1952d18
Some cleanup, show FPS for testing
teckel12 Aug 28, 2019
d8762bd
Map starting to work
teckel12 Aug 28, 2019
23544ab
Menu may work now?
teckel12 Aug 30, 2019
7b53618
Config menu and controls working
teckel12 Aug 31, 2019
b97b405
Cleaned up missing event constants
teckel12 Aug 31, 2019
a4de015
Everything but RSSI/LQ done?
teckel12 Aug 31, 2019
b54e74a
Slight title position change
teckel12 Aug 31, 2019
f452ba9
Commit before I test a few things
teckel12 Sep 1, 2019
b45b034
Refactoring for local LCD functions
teckel12 Sep 1, 2019
116b163
Refactored to make string.format a local function
teckel12 Sep 1, 2019
8040967
Added RSSI/LQ
teckel12 Sep 1, 2019
2bb0f1f
Scaled map to fit
teckel12 Sep 1, 2019
07637de
Merge pull request #343 from iNavFlight/nirvana
teckel12 Sep 1, 2019
2b50b51
Format GPS coords for Nirvana/Horus
teckel12 Sep 1, 2019
d13d2e2
Fix for Taranis x9d+ 2019 version
teckel12 Sep 2, 2019
5e6263d
Center flight mode on Horus
teckel12 Sep 4, 2019
7bdc766
Multiply instead of divide, probably ever so slightly faster
teckel12 Sep 4, 2019
9c9d266
Updated readme to include FLYSKY Nirvana support, removed XM and XM+ …
teckel12 Sep 10, 2019
995b7dc
Updates to issue templates
teckel12 Sep 11, 2019
ac760c5
Better centering of text on Horus, compass table (dir)
teckel12 Sep 18, 2019
57842e2
Satellite count sanity check for Crossfire
teckel12 Sep 18, 2019
698e44e
Correctly center heading compass values on pilot view
teckel12 Sep 18, 2019
97287a0
Updated readme to list support for the Jumper T12
teckel12 Sep 19, 2019
fc47397
Readme updates
teckel12 Sep 23, 2019
1a3c465
Readme link changes
teckel12 Sep 23, 2019
2df70a8
Show script usage when testing, builds Horus on Taranis, added Nirvan…
teckel12 Sep 25, 2019
ec8115a
Updated Nirvana sample screenshot
teckel12 Sep 25, 2019
85e4e9c
Fix for OpenTX 2.3, remove fps from title on all but Nirvana
teckel12 Sep 25, 2019
3b6c269
Accomidate the Jumper T12 buttons using OpenTX 2.3, fix repeat direct…
teckel12 Sep 30, 2019
c41ec2b
Faster Taranis attitude display
teckel12 Oct 2, 2019
91fb61f
Changed INAV version requirement to 2.1.0 to clean up instructions
teckel12 Oct 16, 2019
bc40a45
Allowed lower cell calculation voltage for LiFE batteries
teckel12 May 31, 2020
ca2c6da
Merge branch 'master' into aviphysics
aviphysics Aug 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Version bump to v1.7.3
teckel12 committed Aug 25, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bdd9a0eee15b87e0641abcfb46759113968158c8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## INAV Lua Telemetry Flight Status for Taranis/Horus/Jumper T16 - v1.7.2
## INAV Lua Telemetry Flight Status for Taranis/Horus/Jumper T16 - v1.7.3

### FrSky SmartPort(S.Port), D-series, F.Port & TBS Crossfire telemetry on Taranis, Horus & Jumper T16 transmitters

Binary file modified dist/SCRIPTS/TELEMETRY/iNav.lua
Binary file not shown.
Binary file modified dist/SCRIPTS/TELEMETRY/iNav.luac
Binary file not shown.
2 changes: 1 addition & 1 deletion src/iNav.lua
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
-- Docs: https://github.com/iNavFlight/LuaTelemetry

local buildMode = ...
local VERSION = "1.7.2"
local VERSION = "1.7.3"
local FILE_PATH = "/SCRIPTS/TELEMETRY/iNav/"
local SMLCD = LCD_W < 212
local HORUS = LCD_W >= 480