1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-26 02:25:50 +01:00

Lefun: Fix response ID

This commit is contained in:
Yukai Li 2020-10-04 20:58:06 -06:00 committed by Gitea
parent 265260810a
commit c7edfc0b54

View File

@ -33,7 +33,7 @@ public class LefunConstants {
// Commands // Commands
public static final byte CMD_REQUEST_ID = (byte)0xab; public static final byte CMD_REQUEST_ID = (byte)0xab;
public static final byte CMD_RESPONSE_ID = 0x55; public static final byte CMD_RESPONSE_ID = 0x5a;
public static final int CMD_MAX_LENGTH = 20; public static final int CMD_MAX_LENGTH = 20;
// 3 header bytes plus checksum // 3 header bytes plus checksum