1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-24 22:10:55 +02:00

Add AGPS for Garmin Forerunner 245

This commit is contained in:
hrdl 2024-04-27 21:40:21 +02:00 committed by Daniele Gobbetti
parent 906ad0c68f
commit 165f41a08f

View File

@ -15,4 +15,14 @@ public class GarminForerunner245Coordinator extends GarminCoordinator {
public int getDeviceNameResource() {
return R.string.devicetype_garmin_forerunner_245;
}
@Override
public boolean supportsFlashing() {
return true;
}
@Override
public boolean supportsAgpsUpdates() {
return true;
}
}