mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
f216ee4e04
5 changed files with 17 additions and 0 deletions
|
|
@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue