1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-24 23:53:39 +02: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:
José Rebelo 2023-03-19 15:53:17 +00:00
parent ed9c746059
commit f0a05ded91

View File

@ -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) {