void Tracker::set_home(struct Location temp) { set_home_eeprom(temp); current_loc = temp; GCS_MAVLINK::send_home_all(temp); }
void Tracker::set_home(struct Location temp) { set_home_eeprom(temp); current_loc = temp; }