mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
Add support for Hama Fit Track 1900
This commit is contained in:
parent
1cc417cbdf
commit
4e8449eb47
@ -63,7 +63,8 @@ public class FitProDeviceCoordinator extends AbstractDeviceCoordinator {
|
||||
if (name != null && (
|
||||
name.startsWith("M6") ||
|
||||
name.startsWith("M4") ||
|
||||
name.equals("LH716"))
|
||||
name.equals("LH716") ||
|
||||
name.equals("Fit1900"))
|
||||
) {
|
||||
return DeviceType.FITPRO;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user