mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
Amazfit Cor: Whitelist firmware 1.0.6.76
Reported as working on the issue tracker. Closes #984
This commit is contained in:
parent
831303aea8
commit
55d9ff0954
@ -45,10 +45,12 @@ public class AmazfitCorFirmwareInfo extends HuamiFirmwareInfo {
|
|||||||
// firmware
|
// firmware
|
||||||
crcToVersion.put(39948, "1.0.5.60");
|
crcToVersion.put(39948, "1.0.5.60");
|
||||||
crcToVersion.put(62147, "1.0.5.78");
|
crcToVersion.put(62147, "1.0.5.78");
|
||||||
|
crcToVersion.put(54213, "1.0.6.76");
|
||||||
|
|
||||||
// resources
|
// resources
|
||||||
crcToVersion.put(46341, "RES 1.0.5.60");
|
crcToVersion.put(46341, "RES 1.0.5.60");
|
||||||
crcToVersion.put(21770, "RES 1.0.5.78");
|
crcToVersion.put(21770, "RES 1.0.5.78");
|
||||||
|
crcToVersion.put(64977, "RES 1.0.6.76");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user