Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor
2023-01-04 16:29:00 +00:00
5 changed files with 17 additions and 0 deletions

View File

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