Skip to content

Commit

Permalink
Tracker: GPS now logs its own data
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and rmackay9 committed Apr 18, 2018
1 parent a10c843 commit f3c9761
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AntennaTracker/sensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ void Tracker::update_GPS(void)
ground_start_count = 0;
}
}

// log GPS data
if (should_log(MASK_LOG_GPS)) {
DataFlash.Log_Write_GPS(gps, 0);
}
}
}

Expand Down

0 comments on commit f3c9761

Please sign in to comment.