File tree Expand file tree Collapse file tree 6 files changed +88
-10
lines changed Expand file tree Collapse file tree 6 files changed +88
-10
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,17 @@ These scripts are documented on the website and within the script files.
10
10
## Download
11
11
12
12
- Click on the script type directory e.g. TELEMETRY
13
- - Click on the file to display it's contents e.g. 01GtStrd.lua
14
- - Right click on the "Raw" button to download/save it to your computer
15
- - Ensure that it has a .lua extension. If it has a .txt or a .lua.txt extension change it to .lua
13
+ - Click on subsequent folders and follow directions in the read me files.
16
14
17
15
## Use The Script
18
16
19
17
- View the script in a text editor to get instructions on where to place the files and configuration options
20
- - Move/copy the file as described in the file e.g. SD Card Copy/SCRIPTS/TELEMETRY/01GtSt. lua
21
- - Test the script on your computer using OpenTX Companion
22
- - Test instructions http://rcdiy.ca/telemetry -scripts-getting-started/
18
+ - New to lua scripts?
19
+ - [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
20
+ - [ http://rcdiy.ca/mix -scripts-getting-started/ ] ( http://rcdiy.ca/mix-scripts-getting-started/ )
23
21
24
22
## Contribute
25
- - To contribute yours scripts to this repository please send in an email
23
+ - To contribute yours scripts to this repository please send in an email
[email protected]
26
24
27
25
Depending on demand this repository may be opened up so others may help maintain it.
28
26
Original file line number Diff line number Diff line change
1
+ # Download
2
+
3
+ * Right click on a file
4
+ * Save As/Download Linked File
5
+ * ** After download ensure it has a .lua extension**
6
+ * if it is .txt or .lua.txt change it to .lua
7
+ * if is .html the download was done incorrectly
8
+
9
+ # Configuration
10
+ * If you have not used a Telemetry script before please read this post
11
+
12
+ [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
13
+ * Open the dowloaded .lua file in a plain text editor
14
+ * Notepad on Windows
15
+ * TextEdit on macOS
16
+ * Read through the documentation
17
+ * Make configuration changes where required
Original file line number Diff line number Diff line change
1
+ # Download
2
+
3
+ * Right click on a file
4
+ * Save As/Download Linked File
5
+ * ** After download ensure it has a .lua extension**
6
+ * if it is .txt or .lua.txt change it to .lua
7
+ * if is .html the download was done incorrectly
8
+
9
+ # Configuration
10
+ * If you have not used a Telemetry script before please read this post
11
+
12
+ [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
13
+ * Open the dowloaded .lua file in a plain text editor
14
+ * Notepad on Windows
15
+ * TextEdit on macOS
16
+ * Read through the documentation
17
+ * Make configuration changes where required
Original file line number Diff line number Diff line change
1
+ # Download
2
+
3
+ * Right click on a file
4
+ * Save As/Download Linked File
5
+ * ** After download ensure it has a .lua extension**
6
+ * if it is .txt or .lua.txt change it to .lua
7
+ * if is .html the download was done incorrectly
8
+
9
+ # Configuration
10
+ * If you have not used a Telemetry script before please read this post
11
+
12
+ [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
13
+ * Open the dowloaded .lua file in a plain text editor
14
+ * Notepad on Windows
15
+ * TextEdit on macOS
16
+ * Read through the documentation
17
+ * Make configuration changes where required
Original file line number Diff line number Diff line change 1
1
# Download
2
2
3
- * Right click and Save As, Download Linked File
4
- * Head Speed (Folder with files)
5
- * After download ensure it has a .lua extension, if it is .txt or .lua.txt change it to .lua
3
+ * Right click on a file
4
+ * Save As/Download Linked File
5
+ * ** After download ensure it has a .lua extension**
6
+ * if it is .txt or .lua.txt change it to .lua
7
+ * if is .html the download was done incorrectly
8
+
9
+ # Configuration
10
+ * If you have not used a Telemetry script before please read this post
11
+
12
+ [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
13
+ * Open the dowloaded .lua file in a plain text editor
14
+ * Notepad on Windows
15
+ * TextEdit on macOS
16
+ * Read through the documentation
17
+ * Make configuration changes where required
Original file line number Diff line number Diff line change
1
+ # Download
2
+
3
+ * Right click on a file
4
+ * Save As/Download Linked File
5
+ * ** After download ensure it has a .lua extension**
6
+ * if it is .txt or .lua.txt change it to .lua
7
+ * if is .html the download was done incorrectly
8
+
9
+ # Configuration
10
+ * If you have not used a Telemetry script before please read this post
11
+
12
+ [ http://rcdiy.ca/telemetry-scripts-getting-started/ ] ( http://rcdiy.ca/telemetry-scripts-getting-started/ )
13
+ * Open the dowloaded .lua file in a plain text editor
14
+ * Notepad on Windows
15
+ * TextEdit on macOS
16
+ * Read through the documentation
17
+ * Make configuration changes where required
You can’t perform that action at this time.
0 commit comments