1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-01 19:06:06 +02:00

Add AGPS for Garmin Forerunner 245

This commit is contained in:
hrdl 2024-04-27 21:40:21 +02:00
parent 226277bcdc
commit a6ae66cd90

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;
}
}