mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 22:35:41 +00:00
parent
e4b8d0b32b
commit
f080190294
1 changed files with 8 additions and 1 deletions
|
|
@ -155,7 +155,14 @@ void CAPRSWriter::setPort(const wxString& callsign, const wxString& band, double
|
|||
|
||||
bool CAPRSWriter::open()
|
||||
{
|
||||
return m_thread->start();
|
||||
bool ret = m_thread->start();
|
||||
if(ret) {
|
||||
sendIdFrames();
|
||||
m_idTimer.start();
|
||||
return ret;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void CAPRSWriter::writeHeader(const wxString& callsign, const CHeaderData& header)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue