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:
Graham Jones
2024-06-29 21:27:51 +01:00
parent df0ab065c6
commit 404bc3108d
7 changed files with 127 additions and 9 deletions

View File

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