mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Merge pull request #754 from W0CHP/master
This commit is contained in:
commit
e812e90edf
|
|
@ -1249,7 +1249,8 @@ int CMMDVMHost::run()
|
|||
setMode(MODE_DMR);
|
||||
dmrBeaconIntervalTimer.start();
|
||||
dmrBeaconDurationTimer.start();
|
||||
LogDebug("sending DMR Roaming Beacon (timed mode)");
|
||||
if (m_duplex)
|
||||
LogDebug("sending DMR Roaming Beacon (timed mode)");
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
@ -1261,7 +1262,8 @@ int CMMDVMHost::run()
|
|||
if (!m_fixedMode && m_mode == MODE_IDLE)
|
||||
setMode(MODE_DMR);
|
||||
dmrBeaconDurationTimer.start();
|
||||
LogDebug("sending DMR Roaming Beacon (network mode)");
|
||||
if (m_duplex)
|
||||
LogDebug("sending DMR Roaming Beacon (network mode)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue