Amazfit Bip: Correct BipOS version

This commit is contained in:
Andreas Shimokawa 2019-11-18 21:53:03 +01:00
parent d60ceffb81
commit 18d78bf05d
1 changed files with 2 additions and 2 deletions

View File

@ -158,10 +158,10 @@ public class AmazfitBipFirmwareInfo extends HuamiFirmwareInfo {
crcToVersion.put(59577, "9 (Latin)");
// BipOS FW
crcToVersion.put(28373, "1.1.5.02 (BipOS 0.5)");
crcToVersion.put(28373, "1.1.2.05 (BipOS 0.5)");
// BipOS RES
crcToVersion.put(16303, "1.1.5.02 (BipOS 0.5)");
crcToVersion.put(16303, "1.1.2.05 (BipOS 0.5)");
}
public AmazfitBipFirmwareInfo(byte[] bytes) {