Add -Y suffix to C4FM aprs.fi messages.
This commit is contained in:
parent
6e4363c1e1
commit
7eb6ec96ca
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void CAPRSWriter::write(const unsigned char* source, const char* type, unsigned
|
|||
}
|
||||
|
||||
char output[300U];
|
||||
::sprintf(output, "%s>APDPRS,C4FM*,qAR,%s:!%s%c/%s%c%c %s via MMDVM",
|
||||
::sprintf(output, "%s-Y>APDPRS,C4FM*,qAR,%s:!%s%c/%s%c%c %s via MMDVM",
|
||||
callsign, m_callsign.c_str(),
|
||||
lat, (fLatitude < 0.0F) ? 'S' : 'N',
|
||||
lon, (fLongitude < 0.0F) ? 'W' : 'E',
|
||||
|
|
Loading…
Reference in a new issue