mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
Amazfit Bip: Whitelist FW 0.0.8.88
This commit is contained in:
parent
0b8494faee
commit
b87d9d649d
@ -45,9 +45,11 @@ public class AmazfitBipFirmwareInfo extends Mi2FirmwareInfo {
|
|||||||
static {
|
static {
|
||||||
// firmware
|
// firmware
|
||||||
crcToVersion.put(25257, "0.0.8.74");
|
crcToVersion.put(25257, "0.0.8.74");
|
||||||
|
crcToVersion.put(57724, "0.0.8.88");
|
||||||
|
|
||||||
// resources
|
// resources
|
||||||
crcToVersion.put(12586, "RES 0.0.8.74");
|
crcToVersion.put(12586, "RES 0.0.8.74");
|
||||||
|
crcToVersion.put(34068, "RES 0.0.8.88");
|
||||||
|
|
||||||
// gps
|
// gps
|
||||||
crcToVersion.put(61520, "GPS 9367,8f79a91,0,0,");
|
crcToVersion.put(61520, "GPS 9367,8f79a91,0,0,");
|
||||||
|
Loading…
Reference in New Issue
Block a user