mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-02-07 07:54:22 +01:00
commit
196711cedf
|
|
@ -95,10 +95,10 @@ void CAPRSHelper::close()
|
|||
/*
|
||||
int main(void)
|
||||
{
|
||||
std::string callsign = "N9OTJ";
|
||||
std::string callsign = "N0CALL";
|
||||
std::string suffix = "11";
|
||||
std::string password = "14479";
|
||||
std::string address = "aprs.mcducklabs.com";
|
||||
std::string password = "-1";
|
||||
std::string address = "rotate.aprs2.net";
|
||||
int port = 14580;
|
||||
CAPRSHelper* helper = new CAPRSHelper(callsign, suffix, password, address, port);
|
||||
|
||||
|
|
@ -119,4 +119,4 @@ int main(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue