Add source identifier to Nextion displays

This commit is contained in:
phl0 2016-04-12 08:18:01 +02:00
parent 6e9ff3370b
commit fa6f42bd4c

View file

@ -103,7 +103,7 @@ void CNextion::writeDStar(const char* my1, const char* my2, const char* your, co
sendCommand("page DStar");
char text[30U];
::sprintf(text, "t0.txt=\"%.8s/%4.4s\"", my1, my2);
::sprintf(text, "t0.txt=\"%s %.8s/%4.4s\"", type, my1, my2);
sendCommand(text);
::sprintf(text, "t1.txt=\"%.8s\"", your);