1
0
Fork 0

Change the repeater APRS symbol.

ycs232-kbc
Jonathan Naylor 8 years ago
parent 32e6c65bcb
commit ded0331274

@ -256,7 +256,7 @@ void CAPRSWriter::sendIdFrames()
server.append("S"); server.append("S");
char output[500U]; char output[500U];
::sprintf(output, "%s>APDG03,TCPIP*,qAC,%s:!%s%cD%s%cr/A=%06.0f%s %s", ::sprintf(output, "%s>APDG03,TCPIP*,qAC,%s:!%s%cD%s%c&/A=%06.0f%s %s",
m_callsign.c_str(), server.c_str(), m_callsign.c_str(), server.c_str(),
lat, (m_latitude < 0.0F) ? 'S' : 'N', lat, (m_latitude < 0.0F) ? 'S' : 'N',
lon, (m_longitude < 0.0F) ? 'W' : 'E', lon, (m_longitude < 0.0F) ? 'W' : 'E',

Loading…
Cancel
Save