Skip to content

Commit 66d4cf5

Browse files
authored
Merge pull request #447 from teckel12/development
Link updates
2 parents 7c0cd21 + 0530434 commit 66d4cf5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/ISSUE_TEMPLATE/Attempt_to_call_a_nil_value.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ https://youtu.be/nYeB0IXT-10?t=283
1414

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

17-
https://github.com/iNavFlight/LuaTelemetry/releases/latest
17+
https://github.com/teckel12/LuaTelemetry/releases/latest
1818

1919
Also, please see the following instructions for correct installation:
2020

21-
https://github.com/iNavFlight/LuaTelemetry/wiki/Installation
21+
https://github.com/teckel12/LuaTelemetry/wiki/Installation
2222

2323
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.
2424

Diff for: .github/ISSUE_TEMPLATE/Not_enough_memory.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ If you're getting a `not enough memory error`, it means you're out of memory on
1010

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

13-
https://github.com/iNavFlight/LuaTelemetry/releases/latest
13+
https://github.com/teckel12/LuaTelemetry/releases/latest
1414

1515
Also, please see the following instructions for correct installation:
1616

17-
https://github.com/iNavFlight/LuaTelemetry/wiki/Installation
17+
https://github.com/teckel12/LuaTelemetry/wiki/Installation
1818

1919
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.
2020

Diff for: src/iNav.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Lua Telemetry Flight Status for INAV/Taranis
22
-- Author: https://github.com/teckel12
3-
-- Docs: https://github.com/iNavFlight/LuaTelemetry
3+
-- Docs: https://github.com/teckel12/LuaTelemetry
44

55
local buildMode = ...
66
local VERSION = "1.7.5"

0 commit comments

Comments
 (0)