blob: 70c269784ae23ecaad6f76312c2fe8cb5a313f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[General]
# Enable constant polling. Default value is false.
# Constant polling will automatically trigger a new
# polling loop whenever a tag or a device is no longer
# in the RF field.
ConstantPoll = true
# Automatically turn an adapter on when being discovered.
# Default value is false.
DefaultPowered = true
# Power cycle the adapter when getting a driver error from
# the kernel.
# Default value is true.
ResetOnError = true
|