mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-01 06:22:55 +01:00
Mi2: added some more tested firmware/font versions
This commit is contained in:
parent
e62a860ee6
commit
2d60beea1f
@ -55,7 +55,15 @@ public class Mi2FirmwareInfo {
|
|||||||
|
|
||||||
private static Map<Integer,String> crcToVersion = new HashMap<>();
|
private static Map<Integer,String> crcToVersion = new HashMap<>();
|
||||||
static {
|
static {
|
||||||
|
// firmware
|
||||||
crcToVersion.put(41899, "1.0.0.39");
|
crcToVersion.put(41899, "1.0.0.39");
|
||||||
|
crcToVersion.put(49197, "1.0.0.53");
|
||||||
|
crcToVersion.put(51770, "1.0.1.34");
|
||||||
|
crcToVersion.put(3929, "1.0.1.39");
|
||||||
|
|
||||||
|
// fonts
|
||||||
|
crcToVersion.put(45624, "Font");
|
||||||
|
crcToVersion.put(6377, "Font (En)");
|
||||||
}
|
}
|
||||||
|
|
||||||
private FirmwareType firmwareType = FirmwareType.FIRMWARE;
|
private FirmwareType firmwareType = FirmwareType.FIRMWARE;
|
||||||
|
Loading…
Reference in New Issue
Block a user