mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
igpsport: Fix iGS630s typo
This commit is contained in:
committed by
José Rebelo
parent
c0bcee6ba7
commit
3e2ca93f49
+1
-1
@@ -34,7 +34,7 @@ public class IGPSportiGS630Coordinator extends IGPSportAbstractCoordinator {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Pattern getSupportedDeviceName() {
|
protected Pattern getSupportedDeviceName() {
|
||||||
return Pattern.compile("iGS630|iGS630");
|
return Pattern.compile("iGS630|iGS630s");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user