@ -151,7 +151,6 @@ struct PACKED log_DSF {
@@ -151,7 +151,6 @@ struct PACKED log_DSF {
LOG_PACKET_HEADER ;
uint64_t time_us ;
uint32_t dropped ;
uint8_t internal_errors ;
uint16_t blocks ;
uint32_t bytes ;
uint32_t buf_space_min ;
@ -907,7 +906,6 @@ struct PACKED log_DF_MAV_Stats {
@@ -907,7 +906,6 @@ struct PACKED log_DF_MAV_Stats {
uint32_t dropped ;
uint32_t retries ;
uint32_t resends ;
uint8_t internal_errors ; // uint8_t - wishful thinking?
uint8_t state_free_avg ;
uint8_t state_free_min ;
uint8_t state_free_max ;
@ -1305,7 +1303,7 @@ Format characters in the format string for binary log messages
@@ -1305,7 +1303,7 @@ Format characters in the format string for binary log messages
{ LOG_RFND_MSG , sizeof ( log_RFND ) , \
" RFND " , " QCBBCBB " , " TimeUS,Dist1,Stat1,Orient1,Dist2,Stat2,Orient2 " , " sm--m-- " , " FB--B-- " } , \
{ LOG_DF_MAV_STATS , sizeof ( log_DF_MAV_Stats ) , \
" DMS " , " IIIIIBBBBBBBBBB " , " TimeMS,N,Dp,RT,RS,Er, Fa,Fmn,Fmx,Pa,Pmn,Pmx,Sa,Smn,Smx " , " s-------------- " , " C- ------------- " } , \
" DMS " , " IIIIIBBBBBBBBB " , " TimeMS,N,Dp,RT,RS,Fa,Fmn,Fmx,Pa,Pmn,Pmx,Sa,Smn,Smx " , " s------------- " , " C------------- " } , \
{ LOG_BEACON_MSG , sizeof ( log_Beacon ) , \
" BCN " , " QBBfffffff " , " TimeUS,Health,Cnt,D0,D1,D2,D3,PosX,PosY,PosZ " , " s--mmmmmmm " , " F--BBBBBBB " } , \
{ LOG_PROXIMITY_MSG , sizeof ( log_Proximity ) , \
@ -1458,7 +1456,7 @@ Format characters in the format string for binary log messages
@@ -1458,7 +1456,7 @@ Format characters in the format string for binary log messages
{ LOG_ORGN_MSG , sizeof ( log_ORGN ) , \
" ORGN " , " QBLLe " , " TimeUS,Type,Lat,Lng,Alt " , " s-DUm " , " F-GGB " } , \
{ LOG_DF_FILE_STATS , sizeof ( log_DSF ) , \
" DSF " , " QIB HIIII " , " TimeUS,Dp,IErr, Blk,Bytes,FMn,FMx,FAv " , " s--- b--- " , " F- --0--- " } , \
" DSF " , " QIHIIII " , " TimeUS,Dp,Blk,Bytes,FMn,FMx,FAv " , " s--b--- " , " F--0--- " } , \
{ LOG_RPM_MSG , sizeof ( log_RPM ) , \
" RPM " , " Qff " , " TimeUS,rpm1,rpm2 " , " sqq " , " F00 " } , \
{ LOG_GIMBAL1_MSG , sizeof ( log_Gimbal1 ) , \