mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 11:14:01 +02:00
Create libnfc.conf
This commit is contained in:
parent
d5647dec58
commit
746e0fe110
1 changed files with 20 additions and 0 deletions
20
brmdoor-rpi/libnfc.conf
Normal file
20
brmdoor-rpi/libnfc.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Allow device auto-detection (default: true)
|
||||
# Note: if this auto-detection is disabled, user has to set manually a device
|
||||
# configuration using file or environment variable
|
||||
allow_autoscan = true
|
||||
|
||||
# Allow intrusive auto-detection (default: false)
|
||||
# Warning: intrusive auto-detection can seriously disturb other devices
|
||||
# This option is not recommended, user should prefer to add manually his device.
|
||||
allow_intrusive_scan = false
|
||||
|
||||
# Set log level (default: error)
|
||||
# Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)
|
||||
# Note: if you compiled with --enable-debug option, the default log level is "debug"
|
||||
log_level = 1
|
||||
|
||||
# Manually set default device (no default)
|
||||
# To set a default device, you must set both name and connstring for your device
|
||||
# Note: if autoscan is enabled, default device will be the first device available in device list.
|
||||
device.name = "Itead_PN532_SPI"
|
||||
device.connstring = "pn532_spi:/dev/spidev0.0:500000"
|
Loading…
Add table
Add a link
Reference in a new issue