Add packaging directory
[platform/upstream/neard.git] / src / main.conf
1 [General]
2
3 # Enable constant polling. Default value is false.
4 # Constant polling will automatically trigger a new
5 # polling loop whenever a tag or a device is no longer
6 # in the RF field.
7 ConstantPoll = false
8
9 # Automatically turn an adapter on when being discovered.
10 # Default value is false.
11 DefaultPowered = true
12
13 # Power cycle the adapter when getting a driver error from
14 # the kernel.
15 # Default value is true.
16 ResetOnError = true