mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +01:00
parent
14552a1a80
commit
da9742fd67
@ -117,7 +117,7 @@ public class DeviceInfo extends AbstractInfo {
|
||||
}
|
||||
|
||||
public boolean isMili1() {
|
||||
return hwVersion == 2;
|
||||
return hwVersion == 2 || (feature == 0 && appearance == 0 && hwVersion == 8 && fw2Version == -1);
|
||||
}
|
||||
|
||||
public boolean isMili1A() {
|
||||
|
Loading…
Reference in New Issue
Block a user