Skip to content

Commit

Permalink
load Ephems again, now it's fixed in the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Nov 13, 2017
1 parent 80a2df9 commit 29f6f76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions libraries/WaspUIO/tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,14 +814,14 @@ CR_TASK(taskGps)
// Ephemerides
if (UIO.hasSD)
{
// if (GPS.loadEphems() == 1)
// {
// debug(F("GPS: Ephemerides loaded"));
// }
// else
// {
// warn(F("GPS: Ephemerides loading failed"));
// }
if (GPS.loadEphems() == 1)
{
debug(F("GPS: Ephemerides loaded"));
}
else
{
warn(F("GPS: Ephemerides loading failed"));
}
}

// XXX We could use GPS.check instead, and give control back with CR_DELAY,
Expand Down

0 comments on commit 29f6f76

Please sign in to comment.