Skip to content

Commit ee7c748

Browse files
committed
Spell checked and added some information
1 parent 3fe7e1e commit ee7c748

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_posts/2014-06-27-telem1-lua.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ tags: [News, Lua]
77
---
88
{% include JB/setup %}
99

10-
This is the first Lua telemetry screen script. It can be used to add an aditional telemetry screen to any model.
10+
This is the first Lua telemetry screen script. It can be used to add an additional telemetry screen to any model.
1111
OpenTX firmware version 2.0.4 or greater is needed to use the script.
12+
You can edit the script yourself to change what information that is displayed.
1213

1314
![](/assets/images/telem1.png)
1415

@@ -20,7 +21,7 @@ Do like this:
2021

2122
* Create a new subfolder in the SCRIPTS folder. Give the subfolder the same name as the model that will use the script.
2223

23-
* Place the the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem1.lua
24+
* Place the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem1.lua
2425

2526
* Create a subfolder in the *modelname* folder called BMP. The Path will become /SCRIPTS/*modelname*/BMP
2627

_posts/2014-06-30-telem2-lua.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ tags: [News, Lua]
77
---
88
{% include JB/setup %}
99

10-
This is the second Lua telemetry screen example script. It can be used to add an aditional telemetry screen to any model.
10+
This is the second Lua telemetry screen example script. It can be used to add an additional telemetry screen to any model.
1111
OpenTX firmware version 2.0.4 or greater is needed to use the script.
12-
The script will display two timers, the battery value and the height. The height is displayed using a very large font.
12+
The script will display two timers, the battery value and the altitude. The altitude is displayed using a new very large font.
1313
You can edit the script yourself to change what information that is displayed.
1414

1515
![](/assets/images/telem2.png)
@@ -22,7 +22,7 @@ Do like this:
2222

2323
* Create a new subfolder in the SCRIPTS folder. Give the subfolder the same name as the model that will use the script.
2424

25-
* Place the the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem2.lua
25+
* Place the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem2.lua
2626

2727
That is it. The new telemetry screen should now automatically appear for the model.
2828

0 commit comments

Comments
 (0)