New comment.

This commit is contained in:
wb2osz 2025-04-24 15:43:20 -04:00
parent cc063c6054
commit 1922b952aa
1 changed files with 11 additions and 3 deletions

View File

@ -68,7 +68,7 @@
// 3.22 28 11 bullseye OK. // 3.22 28 11 bullseye OK.
// 3.23 29 12 OK. // 3.23 29 12 OK.
// 3.25 30 14 OK, Jan. 2023 // 3.25 30 14 OK, Jan. 2023
// 3.25.1 30 14 bookworm TBD, Feb. 2025
// Previously the compilation would fail if the API version was later // Previously the compilation would fail if the API version was later
// than the last one tested. Now it is just a warning because it changes so // than the last one tested. Now it is just a warning because it changes so
@ -202,6 +202,13 @@ static void * read_gpsd_thread (void *arg);
* [ scons check ] * [ scons check ]
* sudo scons udev-install * sudo scons udev-install
* *
* Start and test
*
* sudo killall gpsd
* cat /dev/ttyACM0
*
* sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock
* cgps
*/ */
@ -536,7 +543,8 @@ int main (int argc, char *argv[])
while (1) { while (1) {
dwfix_t fix; dwfix_t fix;
fix = dwgps_read (&info) ; fix = dwgps_read (&info)
;
text_color_set (DW_COLOR_INFO); text_color_set (DW_COLOR_INFO);
switch (fix) { switch (fix) {
case DWFIX_2D: case DWFIX_2D: