mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Bangle.js: Set default value for GPS event interval like the internal GPS does
This commit is contained in:
parent
d4bcbc52fb
commit
71d058ec78
@ -7,7 +7,7 @@
|
||||
android:summary="Use the gps data of the phone to overwrite the gps data of the bangle device"
|
||||
android:title="Use phone gps data" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="10000"
|
||||
android:defaultValue="1000"
|
||||
android:inputType="number"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:key="banglejs_gps_update_interval"
|
||||
|
Loading…
Reference in New Issue
Block a user