Skip to content

Commit 16cf449

Browse files
committed
chore(soro_gps): add /dev note to laptop example
1 parent df5c8e5 commit 16cf449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/soro_gps/examples/laptop.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ fn main() {
99
// IMPORTANT: change this to the GPS' serial connection file.
1010
//
1111
// on Windows, you might be outta luck, but macOS and Linux should allow
12-
// grabbing this with: `ls /dev | grep ACM`
13-
const DEVICE_PATH: &str = "TODO";
12+
// grabbing this with: `ls /dev/serial/by-id | grep Septentrio`
13+
const DEVICE_PATH: &str = "/dev/ttyACM0";
1414

1515
// then, "make a connection" by reading from that file!
1616
let mut gps: Gps = match Gps::new(DEVICE_PATH.into()) {

0 commit comments

Comments
 (0)