mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
Copter: fixed logging of parameters on arming
ensure parameters are logged when we have no logging before arming
This commit is contained in:
parent
3544549cf4
commit
290805b879
@ -731,6 +731,8 @@ void Copter::start_logging()
|
|||||||
}
|
}
|
||||||
DataFlash.Log_Write_Message_P(PSTR("Frame: " FRAME_CONFIG_STRING));
|
DataFlash.Log_Write_Message_P(PSTR("Frame: " FRAME_CONFIG_STRING));
|
||||||
|
|
||||||
|
Log_Write_Startup();
|
||||||
|
|
||||||
// log the flight mode
|
// log the flight mode
|
||||||
DataFlash.Log_Write_Mode(control_mode);
|
DataFlash.Log_Write_Mode(control_mode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user