mirror of https://github.com/ArduPilot/ardupilot
Replay: StartUnstartedLogging replaces logging_started/start_logging
This commit is contained in:
parent
cdd0397bbf
commit
10b69b46e1
|
@ -116,7 +116,7 @@ void ReplayVehicle::setup(void)
|
|||
// we pass a minimal log structure, as we will be outputting the
|
||||
// log structures we need manually, to prevent FMT duplicates
|
||||
dataflash.Init(min_log_structure, ARRAY_SIZE(min_log_structure));
|
||||
dataflash.StartNewLog();
|
||||
dataflash.StartUnstartedLogging();
|
||||
|
||||
ahrs.set_compass(&compass);
|
||||
ahrs.set_fly_forward(true);
|
||||
|
|
Loading…
Reference in New Issue