Sorted out issues with default pebbledatasource settings not being used.

This commit is contained in:
Graham Jones
2016-05-08 20:45:52 +01:00
parent 6267745152
commit 29a7655e34
2 changed files with 25 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
<PreferenceCategory android:title="User Interface Settings">
<EditTextPreference
android:defaultValue="5"
android:key="DataUpdatePeriod"
android:key="PebbleUpdatePeriod"
android:summary="Time period at which data is sent to the phone."
android:title="Data Period (sec)" />
<EditTextPreference