1
0
Fork 0
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:
Bertrand Songis 2016-06-04 12:36:37 +02:00
parent 068fa45a06
commit 5767be27b6
18 changed files with 129 additions and 24 deletions

View file

@ -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,