Changed default settings of fall detection algorithm so it works as a simple high acceleration detection algorithm - might fix #22
This commit is contained in:
@@ -195,12 +195,12 @@
|
|||||||
android:summary=""
|
android:summary=""
|
||||||
android:title="@string/fall_detect_active_title" />
|
android:title="@string/fall_detect_active_title" />
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:defaultValue="200"
|
android:defaultValue="1500"
|
||||||
android:key="FallThreshMin"
|
android:key="FallThreshMin"
|
||||||
android:summary=""
|
android:summary=""
|
||||||
android:title="@string/fall_thresh_min_title" />
|
android:title="@string/fall_thresh_min_title" />
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:defaultValue="1200"
|
android:defaultValue="3500"
|
||||||
android:key="FallThreshMax"
|
android:key="FallThreshMax"
|
||||||
android:summary=""
|
android:summary=""
|
||||||
android:title="@string/fall_thresh_max_title" />
|
android:title="@string/fall_thresh_max_title" />
|
||||||
|
|||||||
Reference in New Issue
Block a user