mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Moyoung/Colmi P76: fix device name regex
This commit is contained in:
committed by
Arjan Schrijver
parent
cca1b299ad
commit
a919449aa1
+1
-1
@@ -26,7 +26,7 @@ import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
|
||||
public class ColmiP76Coordinator extends AbstractMoyoungDeviceCoordinator {
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("P76J");
|
||||
return Pattern.compile("^P76J$");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user