Browse Source

AntennaTracker: initial position was not being set on normal startup

master
Mike McCauley 11 years ago committed by Andrew Tridgell
parent
commit
2e3989f78d
  1. 2
      Tools/AntennaTracker/system.pde

2
Tools/AntennaTracker/system.pde

@ -190,8 +190,6 @@ static void set_home_eeprom(struct Location temp) @@ -190,8 +190,6 @@ static void set_home_eeprom(struct Location temp)
static void set_home(struct Location temp)
{
if (g.compass_enabled)
compass.set_initial_location(temp.lat, temp.lng);
set_home_eeprom(temp);
current_loc = temp;
}

Loading…
Cancel
Save