Commit the release files, my mistake for forgetting.

This commit is contained in:
Jonathan Naylor 2018-07-25 07:46:05 +01:00
parent 18bd1c7a15
commit 2a4754e68b
4 changed files with 6 additions and 14 deletions

View file

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

View file

@ -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

View file

@ -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"

View file

@ -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"