Tracker: replace message indicating that initialisation has completed

This commit is contained in:
Tatsuya Yamaguchi 2020-09-15 09:03:36 +09:00 committed by Andrew Tridgell
parent fb27dbbd4f
commit 27822aede3
1 changed files with 0 additions and 1 deletions

View File

@ -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());