mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Crossfire telemetry protocol start
This commit is contained in:
parent
5a5f192451
commit
a3c175f537
21 changed files with 396 additions and 73 deletions
|
@ -346,6 +346,7 @@ enum TelemetryUnit {
|
|||
UNIT_PERCENT,
|
||||
UNIT_MAH,
|
||||
UNIT_WATTS,
|
||||
UNIT_MILLIWATTS,
|
||||
UNIT_DB,
|
||||
UNIT_RPMS,
|
||||
UNIT_G,
|
||||
|
@ -473,7 +474,7 @@ enum TelemetryUnit {
|
|||
UNIT_SECONDS,
|
||||
UNIT_RPMS,
|
||||
UNIT_G,
|
||||
UNIT_HDG,
|
||||
UNIT_HDG
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue