Skip to content

Commit 1b0b3bc

Browse files
committed
Adding read me
Adding read me
1 parent cd15740 commit 1b0b3bc

File tree

6 files changed

+88
-10
lines changed

6 files changed

+88
-10
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@ These scripts are documented on the website and within the script files.
1010
## Download
1111

1212
- 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.
1614

1715
## Use The Script
1816

1917
- 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/)
2321

2422
## 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]
2624

2725
Depending on demand this repository may be opened up so others may help maintain it.
2826

TELEMETRY/GPS/ReadMe.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

TELEMETRY/HeadSpeed/ReadMe.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

TELEMETRY/LapTmr/ReadMe.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

TELEMETRY/ReadMe.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Download
22

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

TELEMETRY/mAhRmn/ReadMe.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)