1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-25 08:03:46 +02:00

Relax check for UIHH header, there seem to be some with 0x02 at position 4, dont know if this is a version or whatever

This commit is contained in:
Andreas Shimokawa 2021-04-03 18:59:07 +02:00
parent 7698b84826
commit 9aed3a6b25

View File

@ -41,7 +41,7 @@ public abstract class HuamiFirmwareInfo {
};
public static final byte[] WATCHFACE_HEADER_UIHH = new byte[]{
'U', 'I', 'H', 'H', 0x01
'U', 'I', 'H', 'H'
};
protected static final byte[] FT_HEADER = new byte[]{ // HMZK font file (*.ft, *.ft.xx)