mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Change the displays to show the DG-ID instead of the TO field for YSF.
This commit is contained in:
parent
f070410f7e
commit
c7fbeecc50
10 changed files with 45 additions and 45 deletions
|
|
@ -625,9 +625,10 @@ void CNextion::writeFusionInt(const char* source, const char* dest, unsigned cha
|
|||
sendCommand(text);
|
||||
sendCommandAction(82U);
|
||||
|
||||
::sprintf(text, "t1.txt=\"%.10s\"", dest);
|
||||
::sprintf(text, "t1.txt=\"DG-ID %u\"", dgid);
|
||||
sendCommand(text);
|
||||
sendCommandAction(83U);
|
||||
|
||||
if (::strcmp(origin, " ") != 0) {
|
||||
::sprintf(text, "t2.txt=\"at %.10s\"", origin);
|
||||
sendCommand(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue