Fix typo in libnfc.conf.sample
Fixes issue 247
This commit is contained in:
parent
41ec6d49f6
commit
c97c70f5d5
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -33,7 +33,7 @@ Configuration:
|
|||
activation. This file (/etc/nfc/libnfc.conf under GNU/Linux systems)
|
||||
supports already some keywords:
|
||||
- "allow_autoscan" to enable/disable device auto-detection feature;
|
||||
- "allow_intrusive_autoscan" to enable/disable intrusive auto-detection
|
||||
- "allow_intrusive_scan" to enable/disable intrusive auto-detection
|
||||
(ie. serial port probing);
|
||||
- "log_level" to select library verbosity;
|
||||
- "device.name" and "device.connstring" to define a user device,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# 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_autoscan = false
|
||||
#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)
|
||||
|
|
Loading…
Reference in a new issue