# vim: set filetype=conf

# Supported settings
# [cli]
# history = -1                Length of history to keep
# history-file = history      History file
# standalone = 1              Enable standalone mode at startup
#
# [paths]
# microcode = /path/to/code   Default search path for microcode files
# firmware = /path/to/files   Default search path for firmware files
# drivers = /path/to/drivers  Default search path for mcontrol drivers
#
# [motors]
# prefix = driver://connecti  Default connection string prefix
# a = mdrive:///dev/ttyM...   Shortcut for 'connect a<Tab>'

[cli]
standalone = 1
history = 1000

[paths]
microcode = /opt/dosis2/mcontrol/microcode
firmware = /opt/dosis2/mcontrol/firmware
drivers = /opt/dosis2/mcontrol/drivers

[motors]
# Place shortcuts to motor connection strings here, for instance
# b = mdrive:///dev/ttyM2@115200:b
#
# And define a prefix usuable by default
prefix = mdrive:///dev/tty
