Commit fb8570e1 by gdj

增加机场3的DroneThingVersionEnum。

parent 0c0fa9ab
...@@ -32,6 +32,11 @@ public enum DroneThingVersionEnum implements IThingVersion { ...@@ -32,6 +32,11 @@ public enum DroneThingVersionEnum implements IThingVersion {
* 草莓适配 * 草莓适配
*/ */
v2_1_2("2.1.2", CloudSDKVersionEnum.V1_0_3), v2_1_2("2.1.2", CloudSDKVersionEnum.V1_0_3),
/**
* dock3适配
*/
V1_2_3("1.2.3", CloudSDKVersionEnum.V1_0_3),
; ;
private static final Logger log = LoggerFactory.getLogger(DroneThingVersionEnum.class); private static final Logger log = LoggerFactory.getLogger(DroneThingVersionEnum.class);
......
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