mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Merge branch 'master' into mqtt
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user