knro / indiwebmanager

Web Manager for INDI Server
http://www.indilib.org
GNU Lesser General Public License v2.1
44 stars 35 forks source link

Do not set config file for startup, leave decision to driver #35

Closed sterne-jaeger closed 5 years ago

sterne-jaeger commented 5 years ago

At least with my Optec FocusLynx, setting the config file during driver startup creates problems, FocusLynx uses two config files, one for each focuser connection. If it is started with a given config file, both configs are written to the same config file. As a result, the last one wins.

Does it really make sense setting the config file? Or should this be left to the driver to decide?