1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 02:06:21 +02:00

Bangle.js: Set default value for GPS event interval like the internal GPS does

This commit is contained in:
Martin Boonk 2023-05-18 14:53:43 +02:00 committed by José Rebelo
parent d4bcbc52fb
commit 71d058ec78

View File

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