mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
OpenTX custom firmware for Transmitters
The value of GVars is now interpreted as a decimal constant, with the decimal place determined by the precision of the calculated telemetry source. Examples: Precision 0.0 (aka precision=1) GVar has value 20 => calculation uses value 2.0 Precision 0.00 (aka 2) GVar has value 3 => calculation uses value 0.03 |
||
---|---|---|
.github | ||
.idea | ||
cmake | ||
companion | ||
doc | ||
jenkins | ||
launchpad | ||
radio | ||
sound | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
CREDITS.txt | ||
GPLv2.txt | ||
LICENSE | ||
README.md | ||
sonar-project.properties |
OpenTX 2.3 Branch
The ongoing development on 2.3.x is done in this branch.
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.
Useful links:
- OpenTX Main Site https://www.open-tx.org/
- OpenTx University http://open-txu.org/
- OpenTX User Manual https://www.gitbook.com/book/opentx/opentx-taranis-manual/details
- OpenTX Lua Reference Guide https://www.gitbook.com/book/opentx/opentx-lua-reference-guide/details