mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Blank the D-Star reflector when not in use.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user