mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Display and log the DG-ID in the Fusion mode.
This commit is contained in:
@@ -92,7 +92,7 @@ void CNullDisplay::clearDMRInt(unsigned int slotNo)
|
||||
#endif
|
||||
}
|
||||
|
||||
void CNullDisplay::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin)
|
||||
void CNullDisplay::writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin)
|
||||
{
|
||||
#if defined(RASPBERRY_PI)
|
||||
::digitalWrite(LED_STATUS, 1);
|
||||
|
||||
Reference in New Issue
Block a user