change NEMA APRS icon to a red dot.

lastudp
Tom Early 7 years ago
parent b949b82146
commit 4135df942d

@ -2915,7 +2915,7 @@ void CQnetGateway::build_aprs_from_gps_and_send(short int rptr_idx)
return; return;
} }
/* secondary table */ /* secondary table */
strcat(buf, "\\"); strcat(buf, "/");
if (lon_str && lon_EW) { if (lon_str && lon_EW) {
if ((*lon_EW != 'E') && (*lon_EW != 'W')) { if ((*lon_EW != 'E') && (*lon_EW != 'W')) {
@ -2939,7 +2939,7 @@ void CQnetGateway::build_aprs_from_gps_and_send(short int rptr_idx)
} }
/* Just this symbolcode only */ /* Just this symbolcode only */
strcat(buf, "k"); strcat(buf, "/");
strncat(buf, band_txt[rptr_idx].gpid + 13, 32); strncat(buf, band_txt[rptr_idx].gpid + 13, 32);
// printf("Built APRS from old GPS mode=[%s]\n", buf); // printf("Built APRS from old GPS mode=[%s]\n", buf);

Loading…
Cancel
Save

Powered by TurnKey Linux.