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
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