Skip to content

Commit b0c0ea1

Browse files
committed
Updated modes in Telemetry.md
1 parent c520ff8 commit b0c0ea1

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/Telemetry.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,14 @@ The following sensors are transmitted
102102
* **VSpd** : vertical speed, unit is cm/s.
103103
* **Hdg** : heading, North is 0°, South is 180°.
104104
* **AccX,Y,Z** : accelerometer values (not sent if `frsky_pitch_roll = ON`).
105-
* **470** : flight mode, sent as 5 digits. Number is sent as **ABCDE** detailed below. The numbers are additives (for example: if digit C is 6, it means both position hold and altitude hold are active) :
106-
* **A** : 1 = flaperon mode, 2 = auto tune mode, 4 = failsafe mode
107-
* **B** : 1 = return to home, 2 = waypoint mode, 4 = headfree mode
108-
* **C** : 1 = heading hold, 2 = altitude hold, 4 = position hold
109-
* **D** : 1 = angle mode, 2 = horizon mode, 4 = passthru mode
110-
* **E** : 1 = ok to arm, 2 = arming is prevented, 4 = armed
105+
* **470** : flight mode, sent as 7 digits. Number is sent as **ABCDEFG** detailed below. The numbers are additives (for example: if digit C is 6, it means both position hold and altitude hold are active) :
106+
* **A** : 1 = WRTH mode, 2 = Angle hold mode
107+
* **B** : 1 = Fixed Wing Auto-land, 2 = Turtle mode, 4 = Geofence action mode, 8 = Loiter mode
108+
* **C** : 1 = flaperon mode, 2 = auto tune mode, 4 = failsafe mode
109+
* **D** : 1 = return to home, 2 = waypoint mode, 4 = headfree mode, 8 = Course Hold
110+
* **E** : 1 = heading hold, 2 = altitude hold, 4 = position hold
111+
* **F** : 1 = angle mode, 2 = horizon mode, 4 = passthru mode
112+
* **G** : 1 = ok to arm, 2 = arming is prevented, 4 = armed
111113

112114
_NOTE_ This sensor used to be **Tmp1**. The ID has been reassigned in INAV 8.0. The old ID of **Tmp1** can still be used, by using `set frsky_use_legacy_gps_mode_sensor_ids = ON`. This is deprecated and will be removed in INAV 10.0. All tools and scripts using the old IDs should be updated to use the new ID.
113115
* **480** : GPS lock status, accuracy, home reset trigger, and number of satellites. Number is sent as **ABCD** detailed below. Typical minimum GPS 3D lock value is 3906 (GPS locked and home fixed, HDOP highest accuracy, 6 satellites).

0 commit comments

Comments
 (0)