mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2025-07-30 11:42:25 -04:00
Missed non-Linux timer start.
This commit is contained in:
parent
61479b55dc
commit
71b26b10d1
@ -103,8 +103,9 @@ bool CAPRSWriter::open()
|
|||||||
} else {
|
} else {
|
||||||
m_idTimer.setTimeout(20U * 60U);
|
m_idTimer.setTimeout(20U * 60U);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
m_idTimer.setTimeout(20U * 60U);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_idTimer.start();
|
m_idTimer.start();
|
||||||
|
|
||||||
return m_aprsSocket.open();
|
return m_aprsSocket.open();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user