Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
wb2osz committed Mar 13, 2021
1 parent 04b32c4 commit e449e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dwgpsnmea.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ static void * read_gpsnmea_thread (void *arg)
}

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

if (strncmp(gps_msg, "$GPRMC", 6) == 0 ||
strncmp(gps_msg, "$GNRMC", 6) == 0) {
Expand Down
4 changes: 4 additions & 0 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
* References: AGWPE TCP/IP API Tutorial
* http://uz7ho.org.ua/includes/agwpeapi.htm
*
* It has disappeared from the original location but you can find it here:
* https://web.archive.org/web/20130807113413/http:/uz7ho.org.ua/includes/agwpeapi.htm
* https://www.on7lds.net/42/sites/default/files/AGWPEAPI.HTM
*
* Getting Started with Winsock
* http://msdn.microsoft.com/en-us/library/windows/desktop/bb530742(v=vs.85).aspx
*
Expand Down

0 comments on commit e449e39

Please sign in to comment.