Missed non-Linux timer start.

This commit is contained in:
Jonathan Naylor 2020-06-03 12:42:07 +01:00
parent 61479b55dc
commit 71b26b10d1

View File

@ -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();