Rewrite the GPS data collector.

This commit is contained in:
Jonathan Naylor 2016-06-13 23:12:28 +01:00
parent 9296316ffe
commit 9e76b24e7a
3 changed files with 52 additions and 44 deletions

View file

@ -251,7 +251,7 @@ int CYSFGateway::run()
}
if (m_gps != NULL)
m_gps->data(buffer + 14U, buffer + 35U, fi, dt, fn);
m_gps->data(buffer + 14U, buffer + 35U, fi, dt, fn, ft);
}
if (networkEnabled && m_linked && !m_exclude)