You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,31 @@ Typical use case:
14
14
## Installation and Usage
15
15
16
16
* Copy the script `ltm.lua` to the `SCRIPTS/FUNCTIONS' directory
17
-
* Create a directory, `SCRIPTS/FUNCTIONS/LTM`; copy the file LTM/crsf.luato that directory, such that the following directory structure is maintained; in particular `crsf.lua` is the `LTM` sub-directory:
17
+
* Create a directory, `SCRIPTS/FUNCTIONS/LTM`; copy the files `LTM/crsf.lua` and `LTM/config.lua`to that directory, such that the following directory structure is maintained.
18
18
```
19
19
├── SCRIPTS
20
20
│ ├── FUNCTIONS
21
21
│ │ ├── ltm.lua
22
22
│ │ ├── LTM
23
23
│ │ │ ├── crsf.lua
24
+
│ │ │ ├── config.lua
24
25
```
25
26
* Enable the script as a Global Function or model specific Special Function.
26
27
27
-
Note that any Zip files in the release area will maintain this structure.
28
+
Note that any Zip files in the release area will profile this directory structure.
28
29
29
30
The script may be invoked either on an external stimulus e.g. `Telemetry` or on a switch. See the OpenTX / TX vendor documentation for details on configuring your radio.
30
31
31
32
Note that the UARTs on the TX16S default to 115200 bps, so set BT devices accordingly.
32
33
33
34
Note also that in OTX 2.3.9, a bug causes no power to be supplied to the TX16S UARTS; this is fixed in the 2.3.10 nightlies.
34
35
36
+
## Configuration
37
+
38
+
There are a few user editable settings in the file `LTM/config.lua`; currently the user must edit this file directly as no radio UI is provdied.
39
+
40
+
In particular, the `onlyTracker` setting may be used to provide only GPS data for antenna trackers. See the comments in `LTM/config.lua` for details.
41
+
35
42
## Audio
36
43
37
44
The `audio` directory contains two synthesised voice files, `ltmon.wav` and `ltmoff.wav` that may be placed in `SOUNDS/en` and used to provide audible indications (via Special Functions) that LTM forwarding is enabled / disabled.
0 commit comments