mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
FitPro: extend search name, fix #2473
This commit is contained in:
parent
136835da35
commit
2e42f16146
@ -61,8 +61,8 @@ public class FitProDeviceCoordinator extends AbstractDeviceCoordinator {
|
|||||||
String name = device.getName();
|
String name = device.getName();
|
||||||
|
|
||||||
if (name != null && (
|
if (name != null && (
|
||||||
name.equals("M6") ||
|
name.startsWith("M6") ||
|
||||||
name.equals("M4") ||
|
name.startsWith("M4") ||
|
||||||
name.equals("LH716"))
|
name.equals("LH716"))
|
||||||
) {
|
) {
|
||||||
return DeviceType.FITPRO;
|
return DeviceType.FITPRO;
|
||||||
|
Loading…
Reference in New Issue
Block a user