Commit 06529549 by gdj

增加M400枚举

parent b1b60ff5
......@@ -137,6 +137,7 @@ public enum DeviceEnum {
M4TD_CAMERA_2(DeviceDomainEnum.PAYLOAD, DeviceTypeEnum.M4TD_CAMERA, DeviceSubTypeEnum.TWO),
M400(DeviceDomainEnum.DRONE, DeviceTypeEnum.M400, DeviceSubTypeEnum.ZERO),
;
@Schema(enumAsRef = true)
......
......@@ -91,6 +91,8 @@ public enum DeviceTypeEnum {
M4D_CAMERA(98),
M4TD_CAMERA(99),
M400(103),
// 草莓
_88097(88097),
_88098(88098),
......
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