mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 17:57:03 +01:00
Garmin Fenix 6 Sapphire: Fix typo in coordinator name
This commit is contained in:
parent
241ec26170
commit
f85c387edf
@ -5,7 +5,7 @@ import java.util.regex.Pattern;
|
|||||||
import nodomain.freeyourgadget.gadgetbridge.R;
|
import nodomain.freeyourgadget.gadgetbridge.R;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.GarminCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.GarminCoordinator;
|
||||||
|
|
||||||
public class GarminFenix6SapphireSCoordinator extends GarminCoordinator {
|
public class GarminFenix6SapphireCoordinator extends GarminCoordinator {
|
||||||
@Override
|
@Override
|
||||||
protected Pattern getSupportedDeviceName() {
|
protected Pattern getSupportedDeviceName() {
|
||||||
return Pattern.compile("^fenix 6 Sapphire$");
|
return Pattern.compile("^fenix 6 Sapphire$");
|
@ -51,7 +51,7 @@ import nodomain.freeyourgadget.gadgetbridge.devices.galaxy_buds.GalaxyBudsDevice
|
|||||||
import nodomain.freeyourgadget.gadgetbridge.devices.galaxy_buds.GalaxyBudsLiveDeviceCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.galaxy_buds.GalaxyBudsLiveDeviceCoordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.galaxy_buds.GalaxyBudsProDeviceCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.galaxy_buds.GalaxyBudsProDeviceCoordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.epix.GarminEpixProCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.epix.GarminEpixProCoordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.fenix.GarminFenix6SapphireSCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.fenix.GarminFenix6SapphireCoordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.fenix.GarminFenix7ProCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.fenix.GarminFenix7ProCoordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.forerunner.GarminForerunner245Coordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.forerunner.GarminForerunner245Coordinator;
|
||||||
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.instinct.GarminInstinct2XSolarCoordinator;
|
import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.instinct.GarminInstinct2XSolarCoordinator;
|
||||||
@ -350,7 +350,7 @@ public enum DeviceType {
|
|||||||
NUTMINI(NutCoordinator.class),
|
NUTMINI(NutCoordinator.class),
|
||||||
VIVOMOVE_HR(GarminVivomoveHrCoordinator.class),
|
VIVOMOVE_HR(GarminVivomoveHrCoordinator.class),
|
||||||
GARMIN_EPIX_PRO(GarminEpixProCoordinator.class),
|
GARMIN_EPIX_PRO(GarminEpixProCoordinator.class),
|
||||||
GARMIN_FENIX_6_SAPPHIRE(GarminFenix6SapphireSCoordinator.class),
|
GARMIN_FENIX_6_SAPPHIRE(GarminFenix6SapphireCoordinator.class),
|
||||||
GARMIN_FENIX_7_PRO(GarminFenix7ProCoordinator.class),
|
GARMIN_FENIX_7_PRO(GarminFenix7ProCoordinator.class),
|
||||||
GARMIN_FORERUNNER_245(GarminForerunner245Coordinator.class),
|
GARMIN_FORERUNNER_245(GarminForerunner245Coordinator.class),
|
||||||
GARMIN_SWIM_2(GarminSwim2Coordinator.class),
|
GARMIN_SWIM_2(GarminSwim2Coordinator.class),
|
||||||
|
Loading…
Reference in New Issue
Block a user