mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Garmin Epix Pro: Fix typo in device name
This commit is contained in:
parent
ad90f21b19
commit
09bcb782da
@ -8,7 +8,7 @@ import nodomain.freeyourgadget.gadgetbridge.devices.garmin.GarminCoordinator;
|
|||||||
public class GarminEpixProCoordinator extends GarminCoordinator {
|
public class GarminEpixProCoordinator extends GarminCoordinator {
|
||||||
@Override
|
@Override
|
||||||
protected Pattern getSupportedDeviceName() {
|
protected Pattern getSupportedDeviceName() {
|
||||||
return Pattern.compile("^EPIX PRO - (\\d+) mm$");
|
return Pattern.compile("^EPIX PRO - \\d+mm$");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user