mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Plane: log GPS detection state to DF on log startup
This commit is contained in:
parent
afbdbcce26
commit
b5b8620d04
@ -548,6 +548,7 @@ void Plane::Log_Write_Vehicle_Startup_Messages()
|
||||
DataFlash.Log_Write_Mode(control_mode);
|
||||
DataFlash.Log_Write_Rally(rally);
|
||||
Log_Write_Home_And_Origin();
|
||||
gps.Write_DataFlash_Log_Startup_messages();
|
||||
}
|
||||
|
||||
// start a new log
|
||||
|
Loading…
Reference in New Issue
Block a user