mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
0c8cc4aee0
Because this selects ttyUSB0 (bad choice) by default, turn off enabling gps by default until the user set's the tty manually and will stop gpsd from stomping on another device's tty. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
config gpsd core
|
|
option device "/dev/ttyUSB0"
|
|
option port "2947"
|
|
option listen_globally "false"
|
|
option enabled "false"
|