We want to have a single image that will do the right thing on the various BTS models we have. This means we will install the sbts2050 utilitiy (it clashes with sysmobts-mgr anyway) and the gpsd with a default config for it. The sysmobts-v2 config file was for a specific usecase and is obsolete for all intents and purposes. Make it the default Related: SYS#559hfreyther/master-next
parent
eda2017371
commit
34fc7b631b
@ -1,5 +0,0 @@
|
||||
# If you must specify a non-NMEA driver, uncomment and modify the next line
|
||||
GPSD_SOCKET="/var/run/gpsd.sock"
|
||||
GPSD_OPTIONS=""
|
||||
GPS_DEVICES="/dev/ttyS2"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# If you must specify a non-NMEA driver, uncomment and modify the next line
|
||||
GPSD_SOCKET="/var/run/gpsd.sock"
|
||||
GPSD_OPTIONS=""
|
||||
GPS_DEVICES="udp://127.0.0.1:12345 udp://127.0.0.1:12346"
|
||||
GPSD_OPTIONS=""
|
||||
GPS_DEVICES="/dev/ttyS2"
|
||||
|
||||
|
Loading…
Reference in new issue