Skip to content

Commit

Permalink
Merge pull request #754 from W0CHP/master
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx authored Dec 5, 2022
2 parents 2f1144a + adb67ff commit e812e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MMDVMHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,8 @@ int CMMDVMHost::run()
setMode(MODE_DMR);
dmrBeaconIntervalTimer.start();
dmrBeaconDurationTimer.start();
LogDebug("sending DMR Roaming Beacon (timed mode)");
if (m_duplex)
LogDebug("sending DMR Roaming Beacon (timed mode)");
}
}
break;
Expand All @@ -1261,7 +1262,8 @@ int CMMDVMHost::run()
if (!m_fixedMode && m_mode == MODE_IDLE)
setMode(MODE_DMR);
dmrBeaconDurationTimer.start();
LogDebug("sending DMR Roaming Beacon (network mode)");
if (m_duplex)
LogDebug("sending DMR Roaming Beacon (network mode)");
}
}
}
Expand Down

0 comments on commit e812e90

Please sign in to comment.