@ -732,8 +732,10 @@ struct PACKED log_RFND {
@@ -732,8 +732,10 @@ struct PACKED log_RFND {
LOG_PACKET_HEADER ;
uint64_t time_us ;
uint16_t dist1 ;
uint8_t status1 ;
uint8_t orient1 ;
uint16_t dist2 ;
uint8_t status2 ;
uint8_t orient2 ;
} ;
@ -1275,7 +1277,7 @@ Format characters in the format string for binary log messages
@@ -1275,7 +1277,7 @@ Format characters in the format string for binary log messages
{ LOG_MODE_MSG , sizeof ( log_Mode ) , \
" MODE " , " QMBB " , " TimeUS,Mode,ModeNum,Rsn " , " s--- " , " F--- " } , \
{ LOG_RFND_MSG , sizeof ( log_RFND ) , \
" RFND " , " QCBCB " , " TimeUS,Dist1,Orient1,Dist2,Orient2 " , " sm-m- " , " FB-B- " } , \
" RFND " , " QCBB CB B " , " 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-------------- " } , \
{ LOG_BEACON_MSG , sizeof ( log_Beacon ) , \