mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
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
|
#endif // CLI_ENABLED
|
||||||
|
|
||||||
|
// Write all current parameters
|
||||||
|
DataFlash.Log_Write_Parameters();
|
||||||
|
|
||||||
startup_ground();
|
startup_ground();
|
||||||
if (should_log(MASK_LOG_CMD))
|
if (should_log(MASK_LOG_CMD))
|
||||||
Log_Write_Startup(TYPE_GROUNDSTART_MSG);
|
Log_Write_Startup(TYPE_GROUNDSTART_MSG);
|
||||||
|
Loading…
Reference in New Issue
Block a user