mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Amazfit Neo: Whitelist fw 1.1.2.58
This commit is contained in:
+4
-2
@@ -35,10 +35,12 @@ public class AmazfitNeoFirmwareInfo extends HuamiFirmwareInfo {
|
||||
|
||||
public static final int FW_HEADER_OFFSET = 0x90;
|
||||
|
||||
private static Map<Integer, String> crcToVersion = new HashMap<>();
|
||||
private static final Map<Integer, String> crcToVersion = new HashMap<>();
|
||||
|
||||
static {
|
||||
// no known fw so far
|
||||
// 1.1.2.58 - #5280
|
||||
crcToVersion.put(25427, "1.1.2.58"); // firmware
|
||||
crcToVersion.put(51301, "1.1.2.58"); // resources
|
||||
}
|
||||
|
||||
public AmazfitNeoFirmwareInfo(byte[] bytes) {
|
||||
|
||||
Reference in New Issue
Block a user