mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add source identifier to Nextion displays
This commit is contained in:
parent
6e9ff3370b
commit
fa6f42bd4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue