diff --git a/README.md b/README.md index bf7dcce1f8..4390f658c2 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/SDCARD/README.md b/SDCARD/README.md index 51edf2a9c0..fa2e98e2b3 100644 --- a/SDCARD/README.md +++ b/SDCARD/README.md @@ -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. \ No newline at end of file +Installation: Copy the content of this folder to your radio's SD card. Overwrite content in case files do already exist. \ No newline at end of file diff --git a/mtx-v37-t16.bin b/mtx-v37-t16.bin new file mode 100644 index 0000000000..f222db1f40 Binary files /dev/null and b/mtx-v37-t16.bin differ diff --git a/mtx-v37-t18.bin b/mtx-v37-t18.bin new file mode 100644 index 0000000000..3107c09f7c Binary files /dev/null and b/mtx-v37-t18.bin differ diff --git a/mtx-v37-tx16s.bin b/mtx-v37-tx16s.bin new file mode 100644 index 0000000000..482c4dbdac Binary files /dev/null and b/mtx-v37-tx16s.bin differ diff --git a/mtx-v37-x12s.bin b/mtx-v37-x12s.bin new file mode 100644 index 0000000000..028027493e Binary files /dev/null and b/mtx-v37-x12s.bin differ diff --git a/radio/src/opentx.h b/radio/src/opentx.h index 5d0667376b..f53e50c841 100644 --- a/radio/src/opentx.h +++ b/radio/src/opentx.h @@ -19,7 +19,7 @@ */ //OW -#define OWVERSIONSTR "v37-rc2" +#define OWVERSIONSTR "v37" #define OWVERSION 3700 // used by mavlink/mbridge.cpp //OWEND