mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Enable Debug Log Messages when DMR Roaming Beacons are being sent.
This commit is contained in:
parent
3202d73ce5
commit
14fcbd9c1a
1 changed files with 2 additions and 0 deletions
|
|
@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue