Blank the D-Star reflector when not in use.

This commit is contained in:
Jonathan Naylor 2016-05-09 09:31:59 +01:00
parent 6685a6e000
commit e84d27fc8c

View file

@ -174,6 +174,9 @@ void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your,
::sprintf(text, "via %.8s", reflector);
gotoPosPixel(5U, 110U);
displayText(text);
} else {
gotoPosPixel(5U, 110U);
displayText(" ");
}
m_mode = MODE_DSTAR;