1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
OpenTX custom firmware for Transmitters
Find a file
Kjell Kernen 858c9193cb Data handling added. I have used the simplest possible channel class. An array with these channels are filled throughout the wizard, forming a simplistic mix table that can be passed on and inserted in the real mixer.
The simple mixer is fully functional for planes and multicopters.
I have to read up on how helicopters are controlled. Currently that part is done wrong since I have no idea about how to set up helicopter mixes.
2014-03-02 23:56:49 +01:00
companion Data handling added. I have used the simplest possible channel class. An array with these channels are filled throughout the wizard, forming a simplistic mix table that can be passed on and inserted in the real mixer. 2014-03-02 23:56:49 +01:00
radio PPMx were missing in Inputs source list 2014-02-28 15:07:34 +01:00
.gitignore Valgrind detected a value tested, not initialized 2014-02-19 15:22:36 +01:00
CREDITS.txt Test Companion automatic compilation 2014-02-04 10:48:48 +01:00
DONATIONS.txt Update DONATIONS.txt 2014-02-26 06:44:00 +01:00
GPLv2.txt Companion build on Linux 2013-12-02 18:47:43 +01:00
README.md New README 2014-01-20 16:44:02 +01:00

##OpenTX Next Branch

You have found your way to the GitHub repository site for the OpenTX Next Branch. This code branch holds the source code for the ongoing development.

The stable release code is not here, it is in the master branch.
Under no circumstances build and use software from this branch for real world application. At times you will be more or less guaranteed to crash your plane and destroy all your model settings.

Refer to the opentx.wiki for information about setting up the tool chains for building OpenTX and OpenTX Companion as well as other development related issues.