Skip to content

Commit

Permalink
Merge pull request #753 from W0CHP/master
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx authored Nov 30, 2022
2 parents 3202d73 + 14fcbd9 commit 2f1144a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MMDVMHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ int CMMDVMHost::run()
setMode(MODE_DMR);
dmrBeaconIntervalTimer.start();
dmrBeaconDurationTimer.start();
LogDebug("sending DMR Roaming Beacon (timed mode)");
}
}
break;
Expand All @@ -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)");
}
}
}
Expand Down

0 comments on commit 2f1144a

Please sign in to comment.