mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +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 {
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("^EPIX PRO - (\\d+) mm$");
|
||||
return Pattern.compile("^EPIX PRO - \\d+mm$");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user