|
@@ -10,7 +10,7 @@
|
|
|
#error Wrong include order: MAVLINK_VKFLY.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
|
|
|
#endif
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH 6537433158663298724
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 8034384408752645066
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -507,7 +507,9 @@ typedef enum VKFLY_CMD
|
|
|
now.
|
|
|
| | | | | | */
|
|
|
VKFLY_CMD_MISSION_START_EDU_TRAINING=44067, /* Start mission |start sequence of mission| | | | | | | */
|
|
|
- VKFLY_CMD_ENUM_END=44068, /* | */
|
|
|
+ VKFLY_CMD_RESUME_WP_ALT=44068, /* Start mission |resume wp altitude and disable rc
|
|
|
+ aux| | | | | | | */
|
|
|
+ VKFLY_CMD_ENUM_END=44069, /* | */
|
|
|
} VKFLY_CMD;
|
|
|
#endif
|
|
|
|