1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-25 08:03:46 +02:00

Amazfit Cor: Whilelist FW 1.0.7.52

Closes #1087
This commit is contained in:
Andreas Shimokawa 2018-05-12 22:20:49 +02:00
parent b5a3290d8d
commit f46c204c75

View File

@ -41,11 +41,13 @@ public class AmazfitCorFirmwareInfo extends HuamiFirmwareInfo {
crcToVersion.put(39948, "1.0.5.60");
crcToVersion.put(62147, "1.0.5.78");
crcToVersion.put(54213, "1.0.6.76");
crcToVersion.put(9458, "1.0.7.52");
// resources
crcToVersion.put(46341, "RES 1.0.5.60");
crcToVersion.put(21770, "RES 1.0.5.78");
crcToVersion.put(64977, "RES 1.0.6.76");
crcToVersion.put(60501, "RES 1.0.7.52-71");
}