Missed the "via" off the display.

This commit is contained in:
Jonathan Naylor 2016-04-28 13:29:12 +01:00
parent 1204ce30b6
commit c68f9baa9d

View file

@ -170,9 +170,11 @@ void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your,
gotoPosPixel(5U, 90U);
displayText(text);
::sprintf(text, "%.8s", reflector);
if (::strcmp(reflector, " ") != 0) {
::sprintf(text, "via %.8s", reflector);
gotoPosPixel(5U, 110U);
displayText(text);
}
m_mode = MODE_DSTAR;
}