Skip to content

Commit

Permalink
release v37
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed Jan 9, 2024
1 parent 0a576a3 commit 20a939c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ Discussion thread: https://www.rcgroups.com/forums/showthread.php?3532969-MAVLin

Youtube playlist: https://youtube.com/playlist?list=PLCgau2zkFD_nKGHDyU4nltgT2IfCj1CN2

### OpenTX 2.3
### OpenTX

Refer to the [OpenTX wiki](https://github.com/opentx/opentx/wiki) for information about setting up the tool chains for building OpenTX and OpenTX Companion as well as other development related issues.
mTX is a fork of OpenTx 2.3.15.

Refer to the [OpenTX wiki](https://github.com/opentx/opentx/wiki) for information about setting up a tool chain for building OpenTX and other development/developer related topics.

### Installation

Installation largely follows the installation of OpenTx 2.3.15. It involves three steps:

1. Flash the mTX firmware binary appropriate for your radio to the radio. You can follow the standard OpenTx descriptions, except that you choose a different binary file. A convenient method for flashing can be using the OpenTx Companion.
2. Copy the SD content required for OpenTx 2.3.15 to the radio's SD card. Follow the OpenTx descriptions for this step.
3. Copy the SD card content provided in the SDCARD folder to the radio's SD card.

Useful links:
* OpenTX Main Site https://www.open-tx.org/
Expand Down
2 changes: 1 addition & 1 deletion SDCARD/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## mTX OlliW Telemetry Lua Script

Installation: All you need to do is to copy the content of this folder to your radio SD card.
Installation: Copy the content of this folder to your radio's SD card. Overwrite content in case files do already exist.
Binary file added mtx-v37-t16.bin
Binary file not shown.
Binary file added mtx-v37-t18.bin
Binary file not shown.
Binary file added mtx-v37-tx16s.bin
Binary file not shown.
Binary file added mtx-v37-x12s.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion radio/src/opentx.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

//OW
#define OWVERSIONSTR "v37-rc2"
#define OWVERSIONSTR "v37"
#define OWVERSION 3700 // used by mavlink/mbridge.cpp
//OWEND

Expand Down

0 comments on commit 20a939c

Please sign in to comment.