Skip to content

Commit 72df445

Browse files
author
Nishanth Samala
committed
added accelerationThreshold to default config
1 parent 16fc7df commit 72df445

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/config.beta.bike.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"autoTurn": false,
66
"brakeAxis": 5,
77
"brakeThreshold": 0.1,
8+
"accelerationThreshold": 0.1,
89
"orientationTrigger": 2
910
},
1011
"actions": {

config/config.json.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"autoTurn": false,
66
"brakeAxis": 5,
77
"brakeThreshold": 0.1,
8+
"accelerationThreshold": 0.1,
89
"orientationAxis": 2,
910
"orientationUpMin": 70,
1011
"orientationUpMax": 110

0 commit comments

Comments
 (0)