|
|
|
@ -472,8 +472,6 @@ void Sub::start_logging()
@@ -472,8 +472,6 @@ void Sub::start_logging()
|
|
|
|
|
if (g.log_bitmask != 0 && !in_log_download) { |
|
|
|
|
if (!ap.logging_started) { |
|
|
|
|
ap.logging_started = true; |
|
|
|
|
DataFlash.set_mission(&mission); |
|
|
|
|
DataFlash.setVehicle_Startup_Log_Writer(FUNCTOR_BIND(&sub, &Sub::Log_Write_Vehicle_Startup_Messages, void)); |
|
|
|
|
DataFlash.StartNewLog(); |
|
|
|
|
} else if (!DataFlash.logging_started()) { |
|
|
|
|
hal.console->println("Starting new log"); |
|
|
|
|