mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: Moving parameter logging to be after all systems have started
This commit is contained in:
parent
e86a89e5bd
commit
518308efae
@ -253,6 +253,11 @@ void Copter::init_ardupilot()
|
||||
heli_init();
|
||||
#endif
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
// Write all current parameters
|
||||
DataFlash.Log_Write_Parameters();
|
||||
#endif
|
||||
|
||||
startup_ground(true);
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user