diff --git a/TFTSerial.cpp b/TFTSerial.cpp index fdb30c6..a2b02ea 100644 --- a/TFTSerial.cpp +++ b/TFTSerial.cpp @@ -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);