mirror of https://github.com/ArduPilot/ardupilot
Plane: log RFND packet for multiple rangefinders
This commit is contained in:
parent
1f287da70b
commit
73f454133b
|
@ -367,6 +367,8 @@ void Plane::Log_Write_Sonar()
|
|||
correction : rangefinder_state.correction
|
||||
};
|
||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
||||
|
||||
DataFlash.Log_Write_RFND(rangefinder);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue