File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ static void * read_gpsnmea_thread (void *arg)
289
289
}
290
290
291
291
/* Process sentence. */
292
+ // FIXME: Ignore the second letter rather than recognizing only GP... and GN...
292
293
293
294
if (strncmp (gps_msg , "$GPRMC" , 6 ) == 0 ||
294
295
strncmp (gps_msg , "$GNRMC" , 6 ) == 0 ) {
Original file line number Diff line number Diff line change 116
116
* References: AGWPE TCP/IP API Tutorial
117
117
* http://uz7ho.org.ua/includes/agwpeapi.htm
118
118
*
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
+ *
119
123
* Getting Started with Winsock
120
124
* http://msdn.microsoft.com/en-us/library/windows/desktop/bb530742(v=vs.85).aspx
121
125
*
You can’t perform that action at this time.
0 commit comments