mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Colmi R12: Fix bluetooth name
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class ColmiR12Coordinator extends AbstractColmiR0xCoordinator {
|
||||
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("^R12_.*");
|
||||
return Pattern.compile("^COLMI R12_.*");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user