AP_Logger: log structure: update airspeed heath probability feild name
This commit is contained in:
parent
9c4188d730
commit
1435fdcf97
@ -769,7 +769,7 @@ struct PACKED log_VER {
|
||||
// @Field: Offset: Offset from parameter
|
||||
// @Field: U: True if sensor is being used
|
||||
// @Field: H: True if sensor is healthy
|
||||
// @Field: Hfp: Probability sensor has failed
|
||||
// @Field: Hp: Probability sensor is healthy
|
||||
// @Field: Pri: True if sensor is the primary sensor
|
||||
|
||||
// @LoggerMessage: BCN
|
||||
@ -1303,7 +1303,7 @@ LOG_STRUCTURE_FROM_PRECLAND \
|
||||
{ LOG_RADIO_MSG, sizeof(log_Radio), \
|
||||
"RAD", "QBBBBBHH", "TimeUS,RSSI,RemRSSI,TxBuf,Noise,RemNoise,RxErrors,Fixed", "s-------", "F-------", true }, \
|
||||
LOG_STRUCTURE_FROM_CAMERA \
|
||||
{ LOG_ARSP_MSG, sizeof(log_ARSP), "ARSP", "QBffcffBBfB", "TimeUS,I,Airspeed,DiffPress,Temp,RawPress,Offset,U,H,Hfp,Pri", "s#nPOPP----", "F-00B00----", true }, \
|
||||
{ LOG_ARSP_MSG, sizeof(log_ARSP), "ARSP", "QBffcffBBfB", "TimeUS,I,Airspeed,DiffPress,Temp,RawPress,Offset,U,H,Hp,Pri", "s#nPOPP----", "F-00B00----", true }, \
|
||||
LOG_STRUCTURE_FROM_BATTMONITOR \
|
||||
{ LOG_MAG_MSG, sizeof(log_MAG), \
|
||||
"MAG", "QBhhhhhhhhhBI", "TimeUS,I,MagX,MagY,MagZ,OfsX,OfsY,OfsZ,MOX,MOY,MOZ,Health,S", "s#GGGGGGGGG-s", "F-CCCCCCCCC-F", true }, \
|
||||
|
Loading…
Reference in New Issue
Block a user