Change the repeater APRS symbol.
This commit is contained in:
parent
32e6c65bcb
commit
ded0331274
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void CAPRSWriter::sendIdFrames()
|
|||
server.append("S");
|
||||
|
||||
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(),
|
||||
lat, (m_latitude < 0.0F) ? 'S' : 'N',
|
||||
lon, (m_longitude < 0.0F) ? 'W' : 'E',
|
||||
|
|
Loading…
Reference in a new issue