Minor Tidy up

This commit is contained in:
John Ronan 2017-08-01 21:23:45 +01:00
parent 1a09c66876
commit 25441c23c4
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ void CAPRSHelper::close()
/* /*
int main(void) int main(void)
{ {
std::string callsign = "N9OTJ"; std::string callsign = "N0CALL";
std::string suffix = "11"; std::string suffix = "11";
std::string password = "14479"; std::string password = "-1";
std::string address = "aprs.mcducklabs.com"; std::string address = "rotate.aprs2.net";
int port = 14580; int port = 14580;
CAPRSHelper* helper = new CAPRSHelper(callsign, suffix, password, address, port); CAPRSHelper* helper = new CAPRSHelper(callsign, suffix, password, address, port);
@ -119,4 +119,4 @@ int main(void)
return 0; return 0;
} }
*/ */