mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
Import code to load configuration from file.
WARNING: This commit do not contains a fully cleaned code: - Only nfc-list have been tested - Some -commented- code is not used ATM - Some printf-as-debug remain in this commit ... but that a bit usable so... happy hacking ;-)
This commit is contained in:
8
libnfc.conf.sample
Normal file
8
libnfc.conf.sample
Normal file
@@ -0,0 +1,8 @@
|
||||
# Allow device auto-detection (default: true)
|
||||
# Note: if this auto-detection is disable, user have to set manually a device
|
||||
# configuration using file or environnement variable
|
||||
#allow_autoscan = true
|
||||
|
||||
# Allow intrusive auto-detection (default: false)
|
||||
# Warning: intrusive auto-detection can seriously disturb other devices
|
||||
#allow_intrusive_autoscan = false
|
||||
Reference in New Issue
Block a user