display seconds "till valid"

This commit is contained in:
Christopher Liebman 2018-03-04 16:46:16 -08:00
parent e53d9270dc
commit 49a69c7cad

View File

@ -105,8 +105,8 @@ void Display::process()
{
if (_gps.isGPSValid())
{
align(TEXT_ALIGN_LEFT);
print(0, 40, "Valid in: %d", _gps.getValidDelay());
align(TEXT_ALIGN_RIGHT);
print(127, 40, "%d till VALID", _gps.getValidDelay());
}
else
{