Skip to content

Commit e449e39

Browse files
committed
Update comments.
1 parent 04b32c4 commit e449e39

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/dwgpsnmea.c

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ static void * read_gpsnmea_thread (void *arg)
289289
}
290290

291291
/* Process sentence. */
292+
// FIXME: Ignore the second letter rather than recognizing only GP... and GN...
292293

293294
if (strncmp(gps_msg, "$GPRMC", 6) == 0 ||
294295
strncmp(gps_msg, "$GNRMC", 6) == 0) {

src/server.c

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
* References: AGWPE TCP/IP API Tutorial
117117
* http://uz7ho.org.ua/includes/agwpeapi.htm
118118
*
119+
* It has disappeared from the original location but you can find it here:
120+
* https://web.archive.org/web/20130807113413/http:/uz7ho.org.ua/includes/agwpeapi.htm
121+
* https://www.on7lds.net/42/sites/default/files/AGWPEAPI.HTM
122+
*
119123
* Getting Started with Winsock
120124
* http://msdn.microsoft.com/en-us/library/windows/desktop/bb530742(v=vs.85).aspx
121125
*

0 commit comments

Comments
 (0)