Exemplo n.º 1
0
void Tracker::set_home(struct Location temp)
{
    set_home_eeprom(temp);
    current_loc = temp;
    GCS_MAVLINK::send_home_all(temp);
}
Exemplo n.º 2
0
void Tracker::set_home(struct Location temp)
{
    set_home_eeprom(temp);
    current_loc = temp;
}