[Feat]增加启动自动驾驶的类型
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user