blob: 7d19ae03b1a894759cf574c5874cc8b90d78376c (
plain)
1
2
3
4
5
6
7
8
|
# sensitivity is multiplied with every motion (1.0 normal).
sensitivity = 1.000
# dead zone; any motion less than this number, is discarded as noise.
dead-zone = 2
# disable led
led = 0
|