Added crude flap detector to detect arm flapping motion in addition to default OSD shaking detector - all hard coded - not for public release!!
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
android:key="OsdAlarmActive"
|
||||
android:summary="@string/OsdAlarmEnabledSummary"
|
||||
android:title="@string/OsdAlarmEnabledTitle" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="FlapAlarmActive"
|
||||
android:summary="Enable the experimental alarm to detect arm 'flapping' motion"
|
||||
android:title="Enable Flap Alarm" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="CnnAlarmActive"
|
||||
|
||||
Reference in New Issue
Block a user