Merge pull request #753 from W0CHP/master

This commit is contained in:
Jonathan Naylor
2022-11-30 16:42:04 +00:00
committed by GitHub

View File

@@ -1249,6 +1249,7 @@ int CMMDVMHost::run()
setMode(MODE_DMR);
dmrBeaconIntervalTimer.start();
dmrBeaconDurationTimer.start();
LogDebug("sending DMR Roaming Beacon (timed mode)");
}
}
break;
@@ -1260,6 +1261,7 @@ int CMMDVMHost::run()
if (!m_fixedMode && m_mode == MODE_IDLE)
setMode(MODE_DMR);
dmrBeaconDurationTimer.start();
LogDebug("sending DMR Roaming Beacon (network mode)");
}
}
}