mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +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();
|
||||
|
||||
if (name != null && (
|
||||
name.equals("M6") ||
|
||||
name.equals("M4") ||
|
||||
name.startsWith("M6") ||
|
||||
name.startsWith("M4") ||
|
||||
name.equals("LH716"))
|
||||
) {
|
||||
return DeviceType.FITPRO;
|
||||
|
Loading…
Reference in New Issue
Block a user