mirror of https://github.com/ArduPilot/ardupilot
Plane: log rally points on startup
This commit is contained in:
parent
5d5a85c38e
commit
2484486999
|
@ -520,6 +520,7 @@ void Plane::Log_Write_Vehicle_Startup_Messages()
|
|||
// only 200(?) bytes are guaranteed by DataFlash
|
||||
Log_Write_Startup(TYPE_GROUNDSTART_MSG);
|
||||
DataFlash.Log_Write_Mode(control_mode);
|
||||
DataFlash.Log_Write_Rally(rally);
|
||||
}
|
||||
|
||||
// start a new log
|
||||
|
|
Loading…
Reference in New Issue