mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
Amazfit Bip U: Whitelist fw 1.0.2.95
This commit is contained in:
parent
e3a4468bac
commit
d673d8a487
@ -31,7 +31,15 @@ public class AmazfitBipUFirmwareInfo extends HuamiFirmwareInfo {
|
|||||||
private static Map<Integer, String> crcToVersion = new HashMap<>();
|
private static Map<Integer, String> crcToVersion = new HashMap<>();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// no known fw yet
|
// fw
|
||||||
|
crcToVersion.put(50652, "1.0.2.95");
|
||||||
|
|
||||||
|
// resources
|
||||||
|
crcToVersion.put(52508, "1.0.2.95");
|
||||||
|
|
||||||
|
// font
|
||||||
|
crcToVersion.put(60101, "8");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public AmazfitBipUFirmwareInfo(byte[] bytes) {
|
public AmazfitBipUFirmwareInfo(byte[] bytes) {
|
||||||
|
Loading…
Reference in New Issue
Block a user