Add -Y suffix to C4FM aprs.fi messages.

This commit is contained in:
Jonathan Naylor 2016-07-14 18:05:44 +01:00
parent 6e4363c1e1
commit 7eb6ec96ca

View file

@ -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',