V3.6.0 - Added phone sensor data source for demonstration / testing without a watch

This commit is contained in:
Graham Jones
2020-09-13 21:41:33 +01:00
parent 4e1948a3aa
commit fb4597284d
11 changed files with 200 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<ListPreference
android:key="DataSource"
android:title="Select Data Source"
android:summary="Select whether to use a Pebble Watch or network connection as the seizure detector data source."
android:summary="Select the seizure detector data source to use."
android:entries="@array/datasource_list"
android:entryValues="@array/datasource_list_values"
android:defaultValue="Garmin"