mirror of https://github.com/ArduPilot/ardupilot
Tracker: replace message indicating that initialisation has completed
This commit is contained in:
parent
fb27dbbd4f
commit
27822aede3
|
@ -79,7 +79,6 @@ void Tracker::init_ardupilot()
|
|||
get_home_eeprom(current_loc);
|
||||
}
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO,"Ready to track");
|
||||
hal.scheduler->delay(1000); // Why????
|
||||
|
||||
Mode *newmode = mode_from_mode_num((Mode::Number)g.initial_mode.get());
|
||||
|
|
Loading…
Reference in New Issue