mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-06 06:35:39 +08:00
Change the displays to show the DG-ID instead of the TO field for YSF.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user