Skip to content

Commit e866446

Browse files
Undo an accidental commit that changed the TOCALL
1 parent 201295d commit e866446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aprs-wx.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ printAPRSPacket (APRSPacket* restrict const p, char* restrict const ret,
277277
snprintf_verify(snprintf(
278278
result, 48,
279279
/* header_________ timestamp____siLNLEscWDWST*/
280-
"%s>APRSWX,TCPIP*:@%.2d%.2d%.2dz%c%s%s%c%c%cC",
280+
"%s>APRS,TCPIP*:@%.2d%.2d%.2dz%c%s%s%c%c%cC",
281281
p->callsign, now->tm_mday, now->tm_hour, now->tm_min, p->icon[0],
282282
p->latitude, p->longitude, p->icon[1], p->windDirection[0], p->windSpeed[0]
283283
));
@@ -286,7 +286,7 @@ printAPRSPacket (APRSPacket* restrict const p, char* restrict const ret,
286286
snprintf_verify(snprintf(
287287
result, 61,
288288
/* header_________ timestamp____LNsiLEscWD/WS*/
289-
"%s>APRSWX,TCPIP*:@%.2d%.2d%.2dz%s%c%s%c%s/%s",
289+
"%s>APRS,TCPIP*:@%.2d%.2d%.2dz%s%c%s%c%s/%s",
290290
p->callsign, now->tm_mday, now->tm_hour, now->tm_min, p->latitude,
291291
p->icon[0], p->longitude, p->icon[1], p->windDirection, p->windSpeed
292292
));

0 commit comments

Comments
 (0)