utils/gpsd: (cosmetic) update config
Make the default config look like usual, i.e.: indentation using tabs, single quotes, booleans 0/1 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
parent
b06eac5382
commit
5099e731b3
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
config gpsd core
|
||||
option device "/dev/ttyUSB0"
|
||||
option port "2947"
|
||||
option listen_globally "false"
|
||||
option enabled "false"
|
||||
config gpsd 'core'
|
||||
option enabled '0'
|
||||
option device '/dev/ttyUSB0'
|
||||
option port '2947'
|
||||
option listen_globally '0'
|
||||
|
|
Loading…
Reference in a new issue