mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[Crossfire] New frame ATTITUDE added
This commit is contained in:
parent
068fa45a06
commit
5767be27b6
18 changed files with 129 additions and 24 deletions
|
@ -359,6 +359,7 @@ enum TelemetryUnit {
|
|||
UNIT_RPMS,
|
||||
UNIT_G,
|
||||
UNIT_DEGREE,
|
||||
UNIT_RADIANS,
|
||||
UNIT_MILLILITERS,
|
||||
UNIT_FLOZ,
|
||||
UNIT_HOURS,
|
||||
|
@ -370,6 +371,7 @@ enum TelemetryUnit {
|
|||
UNIT_DATETIME,
|
||||
UNIT_GPS,
|
||||
UNIT_BITFIELD,
|
||||
UNIT_TEXT,
|
||||
// Internal units (not stored in sensor unit)
|
||||
UNIT_GPS_LONGITUDE,
|
||||
UNIT_GPS_LATITUDE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue