Skip to content

Commit a8df5d9

Browse files
committed
add flight state param
1 parent 16c8893 commit a8df5d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

data/config/risk.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ measurements:
142142
endianness: little
143143
unsigned: true
144144

145+
# 0=PAD 1=FLIGHT 2=LANDED 3=GROUND
146+
FLIGHT_STATE:
147+
name: FLIGHT_STATE
148+
size: 1
149+
type: int
150+
endianness: little
151+
unsigned: true
152+
145153
# Receiver stats (LoRaReceiveStatistics: int16_t RSSI + int8_t SNR)
146154
RSSI:
147155
name: RCV_RSSI
@@ -189,6 +197,7 @@ telemetry_packets:
189197
- SAT_COUNT
190198
- FIX_STATUS
191199
- FIX_QUALITY
200+
- FLIGHT_STATE
192201

193202
- name: ReceiverStats
194203
port: 12006

0 commit comments

Comments
 (0)