forked from nfc-tools/libnfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Allow device auto-detection (default: true) | ||
# Note: if this auto-detection is disabled, user have to set manually a device | ||
# configuration using file or environnement variable | ||
# 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 prefers to add manually its device. | ||
# This option is not recommended, user should prefer to add manually his device. | ||
#allow_intrusive_autoscan = 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 set --enable-debug option, the default log level is "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 is device list. | ||
# Note: if autoscan is enabled, default device will be the first device available in device list. | ||
#device.name = "microBuilder.eu" | ||
#device.connstring = "pn532_uart:/dev/ttyUSB0" |