Skip to content

Commit

Permalink
Merge pull request #447 from teckel12/development
Browse files Browse the repository at this point in the history
Link updates
  • Loading branch information
teckel12 authored Feb 28, 2021
2 parents 7c0cd21 + 0530434 commit 66d4cf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Attempt_to_call_a_nil_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ https://youtu.be/nYeB0IXT-10?t=283

2) When installing Lua Telemetry, be sure to download the latest LuaTelemetry.zip linked here:

https://github.com/iNavFlight/LuaTelemetry/releases/latest
https://github.com/teckel12/LuaTelemetry/releases/latest

Also, please see the following instructions for correct installation:

https://github.com/iNavFlight/LuaTelemetry/wiki/Installation
https://github.com/teckel12/LuaTelemetry/wiki/Installation

3) Another possible reason for this error is that you're trying to use other Lua scripts on the same model. While you can have multiple Lua scripts for the same model, there's not much memory to work with on the Taranis transmitters. For example, if you're trying to use the Betaflight Tx lua script as well as Lua Telemetry, you'll probably run out of memory. If VTx control is desired, try using the OSD menu which allows you to change VTx settings right on the OSD.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Not_enough_memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ If you're getting a `not enough memory error`, it means you're out of memory on

1) When installing Lua Telemetry, be sure to download the latest LuaTelemetry.zip linked here:

https://github.com/iNavFlight/LuaTelemetry/releases/latest
https://github.com/teckel12/LuaTelemetry/releases/latest

Also, please see the following instructions for correct installation:

https://github.com/iNavFlight/LuaTelemetry/wiki/Installation
https://github.com/teckel12/LuaTelemetry/wiki/Installation

2) Another possible reason for this error is that you're trying to use other Lua scripts on the same model. While you can have multiple Lua scripts for the same model, there's not much memory to work with on the Taranis transmitters. For example, if you're trying to use the Betaflight Tx lua script as well as Lua Telemetry, you'll probably run out of memory. If VTx control is desired, try using the OSD menu which allows you to change VTx settings right on the OSD.

Expand Down
2 changes: 1 addition & 1 deletion src/iNav.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Lua Telemetry Flight Status for INAV/Taranis
-- Author: https://github.com/teckel12
-- Docs: https://github.com/iNavFlight/LuaTelemetry
-- Docs: https://github.com/teckel12/LuaTelemetry

local buildMode = ...
local VERSION = "1.7.5"
Expand Down

0 comments on commit 66d4cf5

Please sign in to comment.