mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Lefun: Fix response ID
This commit is contained in:
@@ -33,7 +33,7 @@ public class LefunConstants {
|
||||
|
||||
// Commands
|
||||
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;
|
||||
// 3 header bytes plus checksum
|
||||
|
Reference in New Issue
Block a user