Skip to content

Commit a0554d0

Browse files
committed
fix defaults
1 parent 8feca25 commit a0554d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Orientation fires continuously, and emits alpha, beta, and gamma data from the d
6161

6262
Options | Description | Default
6363
------------- | -----------------------------------------|-----------
64-
alphaThreshold| (number) Threshold for changes in delta | 1
65-
betaThreshold | (number) Threshold for changes in beta | 1
66-
gammaThreshold| (number) Threshold for changes in gamma | 1
64+
alphaThreshold| (number) Threshold for changes in delta | 0
65+
betaThreshold | (number) Threshold for changes in beta | 0
66+
gammaThreshold| (number) Threshold for changes in gamma | 0
6767
radians | (boolean) True to emit values in radians | false
6868

6969

0 commit comments

Comments
 (0)