Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor 2023-01-04 16:29:00 +00:00
commit f216ee4e04
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)");
}
}
}