[Feat]增加启动自动驾驶的类型

This commit is contained in:
chenfufeng
2022-06-17 10:58:05 +08:00
parent 7f71d69d4c
commit 4f71ce1c21
2 changed files with 15 additions and 13 deletions

View File

@@ -13,6 +13,8 @@ public class MogoProtocolMsg {
public static final int SYNC_MODE_STATUS = 3;
public static final int REQ_CAR_NUMBER = 4;
public static final int REQ_MAC_ADDRESS = 5;
// 启动自动驾驶
public static final int REQ_START_AUTOPILOT = 6;
private int protocolType;
private int bodyLength;