mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Add source identifier to TFTSerial displays
This commit is contained in:
@@ -159,7 +159,7 @@ void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your,
|
||||
}
|
||||
|
||||
char text[30U];
|
||||
::sprintf(text, "%.8s/%4.4s", my1, my2);
|
||||
::sprintf(text, "%s %.8s/%4.4s", type, my1, my2);
|
||||
|
||||
gotoPosPixel(5U, 80U);
|
||||
displayText(text);
|
||||
|
||||
Reference in New Issue
Block a user