mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Suppress DMR Roaming Beacon debug messages in simplex mode; refinement to PR #753 merge.
This commit is contained in:
@@ -1249,6 +1249,7 @@ int CMMDVMHost::run()
|
|||||||
setMode(MODE_DMR);
|
setMode(MODE_DMR);
|
||||||
dmrBeaconIntervalTimer.start();
|
dmrBeaconIntervalTimer.start();
|
||||||
dmrBeaconDurationTimer.start();
|
dmrBeaconDurationTimer.start();
|
||||||
|
if (m_duplex)
|
||||||
LogDebug("sending DMR Roaming Beacon (timed mode)");
|
LogDebug("sending DMR Roaming Beacon (timed mode)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1261,6 +1262,7 @@ int CMMDVMHost::run()
|
|||||||
if (!m_fixedMode && m_mode == MODE_IDLE)
|
if (!m_fixedMode && m_mode == MODE_IDLE)
|
||||||
setMode(MODE_DMR);
|
setMode(MODE_DMR);
|
||||||
dmrBeaconDurationTimer.start();
|
dmrBeaconDurationTimer.start();
|
||||||
|
if (m_duplex)
|
||||||
LogDebug("sending DMR Roaming Beacon (network mode)");
|
LogDebug("sending DMR Roaming Beacon (network mode)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user