Commit 33d1a1d2 by gdj

增加DroneModeCodeEnum

parent 9a9f1f03
...@@ -55,6 +55,8 @@ public enum DroneModeCodeEnum { ...@@ -55,6 +55,8 @@ public enum DroneModeCodeEnum {
POI(20), POI(20),
// 进离场航线飞行过程中
DURING_FLIGHT_DEPARTURE_ROUTE(21),
; ;
private final int code; private final int code;
......
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