mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Display and log the DG-ID in the Fusion mode.
This commit is contained in:
parent
b0d828123b
commit
f070410f7e
19 changed files with 68 additions and 66 deletions
|
|
@ -602,7 +602,7 @@ void CNextion::clearDMRInt(unsigned int slotNo)
|
|||
}
|
||||
}
|
||||
|
||||
void CNextion::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin)
|
||||
void CNextion::writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin)
|
||||
{
|
||||
assert(source != NULL);
|
||||
assert(dest != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue