From 61c3ea12a2db4803e013343f1681f88d04ba6b47 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 14 Dec 2016 15:52:13 -0600 Subject: Add Conduit GPS devices to GPSD configuration --- recipes-navigation/gpsd/gpsd/gpsd-default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default index 0ceff03..73e1bcc 100644 --- a/recipes-navigation/gpsd/gpsd/gpsd-default +++ b/recipes-navigation/gpsd/gpsd/gpsd-default @@ -1,5 +1,7 @@ # If you must specify a non-NMEA driver, uncomment and modify the next line GPSD_SOCKET="/var/run/gpsd.sock" GPSD_OPTIONS="" -GPS_DEVICES="" + +# Conduit 0.1 GPS devices +GPS_DEVICES="/dev/ttyXRUSB2 /dev/pps0" -- cgit v1.2.3