Sub: log GPS detection state to DF on log startup
This commit is contained in:
parent
269c6c2fd9
commit
b7fe410b52
@ -462,6 +462,7 @@ void Sub::Log_Write_Vehicle_Startup_Messages()
|
|||||||
// only 200(?) bytes are guaranteed by DataFlash
|
// only 200(?) bytes are guaranteed by DataFlash
|
||||||
DataFlash.Log_Write_Mode(control_mode, control_mode_reason);
|
DataFlash.Log_Write_Mode(control_mode, control_mode_reason);
|
||||||
Log_Write_Home_And_Origin();
|
Log_Write_Home_And_Origin();
|
||||||
|
gps.Write_DataFlash_Log_Startup_messages();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user