mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-06 06:43:52 +00:00
Commit the release files, my mistake for forgetting.
This commit is contained in:
parent
18bd1c7a15
commit
2a4754e68b
4 changed files with 6 additions and 14 deletions
|
|
@ -60,8 +60,6 @@ CAPRSCollector::~CAPRSCollector()
|
|||
void CAPRSCollector::writeHeader(const wxString& callsign)
|
||||
{
|
||||
m_callsign = callsign;
|
||||
|
||||
wxLogMessage(wxT("APRS: Received callsign from header of \"%s\""), m_callsign.c_str());
|
||||
}
|
||||
|
||||
bool CAPRSCollector::writeData(const unsigned char* data)
|
||||
|
|
@ -455,9 +453,6 @@ unsigned int CAPRSCollector::convertNMEA1(unsigned char* data, unsigned int)
|
|||
::sprintf((char*)data + ::strlen((char*)data), "/A=%06.0f", float(altitude) * 3.28F);
|
||||
}
|
||||
|
||||
wxString log((char*)data, wxConvLocal);
|
||||
wxLogMessage(wxT("APRS: Created APRS string: %s"), log.c_str());
|
||||
|
||||
return ::strlen((char*)data);
|
||||
}
|
||||
|
||||
|
|
@ -497,9 +492,6 @@ unsigned int CAPRSCollector::convertNMEA2(unsigned char* data, unsigned int)
|
|||
::sprintf((char*)data + ::strlen((char*)data), "%03d/%03d", bearing, speed);
|
||||
}
|
||||
|
||||
wxString log((char*)data, wxConvLocal);
|
||||
wxLogMessage(wxT("APRS: Created APRS string: %s"), log.c_str());
|
||||
|
||||
return ::strlen((char*)data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue