From 27edf9fc1c023bf30ac878eaffa20e6d95489866 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 10 Aug 2016 14:33:34 +0100 Subject: [PATCH] More silence tweaks. --- DMRSlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRSlot.cpp b/DMRSlot.cpp index 476f603..342b820 100644 --- a/DMRSlot.cpp +++ b/DMRSlot.cpp @@ -73,7 +73,7 @@ m_netN(0U), m_networkWatchdog(1000U, 0U, 1500U), m_rfTimeoutTimer(1000U, timeout), m_netTimeoutTimer(1000U, timeout), -m_packetTimer(1000U, 0U, 100U), +m_packetTimer(1000U, 0U, 500U), m_interval(), m_elapsed(), m_rfFrames(0U),