We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c8893 commit a8df5d9Copy full SHA for a8df5d9
1 file changed
data/config/risk.yaml
@@ -142,6 +142,14 @@ measurements:
142
endianness: little
143
unsigned: true
144
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
+
153
# Receiver stats (LoRaReceiveStatistics: int16_t RSSI + int8_t SNR)
154
RSSI:
155
name: RCV_RSSI
@@ -189,6 +197,7 @@ telemetry_packets:
189
197
- SAT_COUNT
190
198
- FIX_STATUS
191
199
- FIX_QUALITY
200
+ - FLIGHT_STATE
192
201
193
202
- name: ReceiverStats
194
203
port: 12006
0 commit comments