We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2010c80 commit 5fece23Copy full SHA for 5fece23
1 file changed
module/os/config.py
@@ -10,8 +10,9 @@ class OSConfig:
10
IGNORE_LOW_EMOTION_WARN = False
11
12
MAP_GRID_CENTER_TOLERANCE = 0.2
13
- MAP_SWIPE_MULTIPLY = (1.320, 1.009)
14
- MAP_SWIPE_MULTIPLY_MINITOUCH = (1.276, 0.974)
+ MAP_SWIPE_MULTIPLY = (1.174, 1.200)
+ MAP_SWIPE_MULTIPLY_MINITOUCH = (1.135, 1.160)
15
+ MAP_SWIPE_MULTIPLY_MAATOUCH = (1.102, 1.126)
16
17
DETECTION_BACKEND = 'perspective'
18
MID_DIFF_RANGE_H = (103 - 3, 103 + 3)
0 commit comments