File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 68
68
// 3.22 28 11 bullseye OK.
69
69
// 3.23 29 12 OK.
70
70
// 3.25 30 14 OK, Jan. 2023
71
-
71
+ // 3.25.1 30 14 bookworm TBD, Feb. 2025
72
72
73
73
// Previously the compilation would fail if the API version was later
74
74
// than the last one tested. Now it is just a warning because it changes so
@@ -201,7 +201,14 @@ static void * read_gpsd_thread (void *arg);
201
201
* scons prefix=/usr libdir=lib/aarch64-linux-gnu
202
202
* [ scons check ]
203
203
* sudo scons udev-install
204
- *
204
+ *
205
+ * Start and test
206
+ *
207
+ * sudo killall gpsd
208
+ * cat /dev/ttyACM0
209
+ *
210
+ * sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sock
211
+ * cgps
205
212
*/
206
213
207
214
@@ -536,7 +543,8 @@ int main (int argc, char *argv[])
536
543
while (1 ) {
537
544
dwfix_t fix ;
538
545
539
- fix = dwgps_read (& info ) ;
546
+ fix = dwgps_read (& info )
547
+ ;
540
548
text_color_set (DW_COLOR_INFO );
541
549
switch (fix ) {
542
550
case DWFIX_2D :
You can’t perform that action at this time.
0 commit comments