mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 19:06:53 +01: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:
parent
7698b84826
commit
9aed3a6b25
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user