2012-11-24 13:10:28 +01:00
|
|
|
# Allow device auto-detection (default: true)
|
2012-12-05 01:29:06 +01:00
|
|
|
# Note: if this auto-detection is disabled, user has to set manually a device
|
|
|
|
# configuration using file or environment variable
|
2012-11-24 13:10:28 +01:00
|
|
|
#allow_autoscan = true
|
|
|
|
|
|
|
|
# Allow intrusive auto-detection (default: false)
|
|
|
|
# Warning: intrusive auto-detection can seriously disturb other devices
|
2012-12-05 01:29:06 +01:00
|
|
|
# This option is not recommended, user should prefer to add manually his device.
|
2012-11-24 13:10:28 +01:00
|
|
|
#allow_intrusive_autoscan = false
|
2012-11-26 21:02:03 +01:00
|
|
|
|
|
|
|
# Set log level (default: error)
|
|
|
|
# Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)
|
2012-12-05 01:29:06 +01:00
|
|
|
# Note: if you compiled with --enable-debug option, the default log level is "debug"
|
2012-11-26 21:02:03 +01:00
|
|
|
#log_level = 1
|
2012-12-02 13:40:52 +01:00
|
|
|
|
|
|
|
# Manually set default device (no default)
|
|
|
|
# To set a default device, you must set both name and connstring for your device
|
2012-12-05 01:29:06 +01:00
|
|
|
# Note: if autoscan is enabled, default device will be the first device available in device list.
|
2012-12-02 13:40:52 +01:00
|
|
|
#device.name = "microBuilder.eu"
|
|
|
|
#device.connstring = "pn532_uart:/dev/ttyUSB0"
|