mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
iigpsport: Add igpsport IGS630s to supported devices
This commit is contained in:
committed by
José Rebelo
parent
586f12e67f
commit
e339ad876a
+1
-1
@@ -17,7 +17,7 @@ public class IGPSportiGS630Coordinator extends IGPSportAbstractCoordinator {
|
||||
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("iGS630");
|
||||
return Pattern.compile("iGS630|iGS630");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user