mirror of https://github.com/ArduPilot/ardupilot
Plane: Moving parameter logging to be after all systems have started
This commit is contained in:
parent
518308efae
commit
2c3cff7f84
|
@ -226,6 +226,9 @@ void Plane::init_ardupilot()
|
|||
}
|
||||
#endif // CLI_ENABLED
|
||||
|
||||
// Write all current parameters
|
||||
DataFlash.Log_Write_Parameters();
|
||||
|
||||
startup_ground();
|
||||
if (should_log(MASK_LOG_CMD))
|
||||
Log_Write_Startup(TYPE_GROUNDSTART_MSG);
|
||||
|
|
Loading…
Reference in New Issue