mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-13 17:50:23 +01:00
Amazfit Bip: Whitelist BipOS 0.5.1 (non-latin)
This commit is contained in:
parent
9983a0f18e
commit
f958f3a54d
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user