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:
Graham Jones
2023-12-21 17:52:35 +00:00
parent cdbacd00c2
commit f94673c5e7

View File

@@ -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" />