@ -577,6 +577,7 @@ struct PACKED log_AIRSPEED {
@@ -577,6 +577,7 @@ struct PACKED log_AIRSPEED {
int16_t temperature ;
float rawpressure ;
float offset ;
bool use ;
} ;
struct PACKED log_ACCEL {
@ -747,7 +748,7 @@ Format characters in the format string for binary log messages
@@ -747,7 +748,7 @@ Format characters in the format string for binary log messages
{ LOG_TRIGGER_MSG , sizeof ( log_Camera ) , \
" TRIG " , " QIHLLeeeccC " , " TimeUS,GPSTime,GPSWeek,Lat,Lng,Alt,RelAlt,GPSAlt,Roll,Pitch,Yaw " } , \
{ LOG_ARSP_MSG , sizeof ( log_AIRSPEED ) , \
" ARSP " , " Qffcff " , " TimeUS,Airspeed,DiffPress,Temp,RawPress,Offset " } , \
" ARSP " , " QffcffB " , " TimeUS,Airspeed,DiffPress,Temp,RawPress,Offset,U " } , \
{ LOG_CURRENT_MSG , sizeof ( log_Current ) , \
" CURR " , " QhhhHfh " , " TimeUS,Throttle,Volt,Curr,Vcc,CurrTot,Volt2 " } , \
{ LOG_ATTITUDE_MSG , sizeof ( log_Attitude ) , \