mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-14 03:16:48 +01:00
Amazfit GTR 4: Whitelist fw 3.18.1.1 diff from 3.17.0.2
Differential firmware updates are installed just like normal updates.
This commit is contained in:
parent
ed9c746059
commit
f0a05ded91
@ -28,6 +28,7 @@ public class AmazfitGTR4FirmwareInfo extends Huami2021FirmwareInfo {
|
||||
private static final Map<Integer, String> crcToVersion = new HashMap<Integer, String>() {{
|
||||
// firmware
|
||||
put(1699, "3.17.0.2");
|
||||
put(20712, "3.18.1.1 (diff from 3.17.0.2)");
|
||||
}};
|
||||
|
||||
public AmazfitGTR4FirmwareInfo(final byte[] bytes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user