mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Add source identifier to Nextion displays
This commit is contained in:
parent
6e9ff3370b
commit
fa6f42bd4c
|
|
@ -103,7 +103,7 @@ void CNextion::writeDStar(const char* my1, const char* my2, const char* your, co
|
||||||
sendCommand("page DStar");
|
sendCommand("page DStar");
|
||||||
|
|
||||||
char text[30U];
|
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);
|
sendCommand(text);
|
||||||
|
|
||||||
::sprintf(text, "t1.txt=\"%.8s\"", your);
|
::sprintf(text, "t1.txt=\"%.8s\"", your);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue