mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-20 15:10:18 +01:00
Commit the release files, my mistake for forgetting.
This commit is contained in:
parent
18bd1c7a15
commit
2a4754e68b
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
const wxString VENDOR_NAME = wxT("G4KLX");
|
||||
|
||||
#if defined(__WXDEBUG__)
|
||||
const wxString VERSION = wxT("20180627 - DEBUG");
|
||||
const wxString VERSION = wxT("20180719 - DEBUG");
|
||||
#else
|
||||
const wxString VERSION = wxT("20180627");
|
||||
const wxString VERSION = wxT("20180719");
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
;Configuration
|
||||
|
||||
;General
|
||||
Name "ircDDB Gateway 20180627"
|
||||
OutFile "ircDDBGateway32-20180627.exe"
|
||||
Name "ircDDB Gateway 20180719"
|
||||
OutFile "ircDDBGateway32-20180719.exe"
|
||||
|
||||
;Folder selection page
|
||||
InstallDir "$PROGRAMFILES\ircDDBGateway"
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
;Configuration
|
||||
|
||||
;General
|
||||
Name "ircDDB Gateway 20180627"
|
||||
OutFile "ircDDBGateway64-20180627.exe"
|
||||
Name "ircDDB Gateway 20180719"
|
||||
OutFile "ircDDBGateway64-20180719.exe"
|
||||
|
||||
;Folder selection page
|
||||
InstallDir "$PROGRAMFILES64\ircDDBGateway"
|
||||
|
|
|
|||
Loading…
Reference in a new issue