1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00

FitPro: extend search name, fix #2473

This commit is contained in:
vanous 2021-11-24 22:08:13 +01:00
parent 136835da35
commit 2e42f16146

View File

@ -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;