1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-25 16:13:35 +02:00

Amazfit Bip: Whitelist BipOS 0.5.1 (non-latin)

This commit is contained in:
Andreas Shimokawa 2019-12-27 14:42:00 +01:00
parent 9983a0f18e
commit f958f3a54d

View File

@ -159,9 +159,11 @@ public class AmazfitBipFirmwareInfo extends HuamiFirmwareInfo {
// BipOS FW // BipOS FW
crcToVersion.put(28373, "1.1.2.05 (BipOS 0.5)"); crcToVersion.put(28373, "1.1.2.05 (BipOS 0.5)");
crcToVersion.put(62977, "1.1.2.05 (BipOS 0.5.1)");
// BipOS RES // BipOS RES
crcToVersion.put(16303, "1.1.2.05 (BipOS 0.5)"); crcToVersion.put(16303, "1.1.2.05 (BipOS 0.5)");
crcToVersion.put(61135, "1.1.2.05 (BipOS 0.5.1)");
} }
public AmazfitBipFirmwareInfo(byte[] bytes) { public AmazfitBipFirmwareInfo(byte[] bytes) {