From 71b26b10d16feb9f6e92729eaf37d08a8a193caf Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 3 Jun 2020 12:42:07 +0100 Subject: [PATCH] Missed non-Linux timer start. --- NXDNGateway/APRSWriter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NXDNGateway/APRSWriter.cpp b/NXDNGateway/APRSWriter.cpp index a301eba..9a16c5c 100644 --- a/NXDNGateway/APRSWriter.cpp +++ b/NXDNGateway/APRSWriter.cpp @@ -103,8 +103,9 @@ bool CAPRSWriter::open() } else { m_idTimer.setTimeout(20U * 60U); } +#else + m_idTimer.setTimeout(20U * 60U); #endif - m_idTimer.start(); return m_aprsSocket.open();