Commit 5be1bd6a by gdj

修改m4无人机枚举,修改ErrorCodeSourceEnum枚举。

parent e6d17dfd
...@@ -65,7 +65,7 @@ public enum DeviceTypeEnum { ...@@ -65,7 +65,7 @@ public enum DeviceTypeEnum {
RC_PRO_TWO(174), RC_PRO_TWO(174),
M4(99), M4(150),
M4E_CAMERA(88), M4E_CAMERA(88),
......
...@@ -14,6 +14,8 @@ import java.util.Arrays; ...@@ -14,6 +14,8 @@ import java.util.Arrays;
*/ */
public enum ErrorCodeSourceEnum { public enum ErrorCodeSourceEnum {
ZERO(0),
DEVICE(3), DEVICE(3),
DOCK(5), DOCK(5),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment