mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Baro: reformat log message to separate fields out
This commit is contained in:
parent
7bb13e934d
commit
43bbfacef5
@ -33,4 +33,10 @@ struct PACKED log_BARO {
|
||||
|
||||
#define LOG_STRUCTURE_FROM_BARO \
|
||||
{ LOG_BARO_MSG, sizeof(log_BARO), \
|
||||
"BARO", "QBffcfIffB", "TimeUS,I,Alt,Press,Temp,CRt,SMS,Offset,GndTemp,Health", "s#mPOnsmO-", "F-00B0C?0-" , true },
|
||||
"BARO", \
|
||||
"Q" "B" "f" "f" "c" "f" "I" "f" "f" "B", \
|
||||
"TimeUS," "I," "Alt," "Press," "Temp," "CRt," "SMS," "Offset," "GndTemp," "Health", \
|
||||
"s" "#" "m" "P" "O" "n" "s" "m" "O" "-", \
|
||||
"F" "-" "0" "0" "B" "0" "C" "?" "0" "-", \
|
||||
true \
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user