|
@@ -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.
|
|
#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
|
|
#endif
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH -7028473366533727269
|
|
|
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 2476404480095784095
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
extern "C" {
|
|
@@ -167,6 +167,7 @@ typedef enum VKFLY_CUSTOM_MODE
|
|
VKFLY_CUSTOM_MODE_TAKEOFF=10, /* Auto takeoff. | */
|
|
VKFLY_CUSTOM_MODE_TAKEOFF=10, /* Auto takeoff. | */
|
|
VKFLY_CUSTOM_MODE_LOITER=11, /* Auto loiter. | */
|
|
VKFLY_CUSTOM_MODE_LOITER=11, /* Auto loiter. | */
|
|
VKFLY_CUSTOM_MODE_RTL=12, /* Auto return. | */
|
|
VKFLY_CUSTOM_MODE_RTL=12, /* Auto return. | */
|
|
|
|
+ VKFLY_CUSTOM_MODE_FLY_TO_WP=13, /* Auto fly to wp. | */
|
|
VKFLY_CUSTOM_MODE_CRUISE=15, /* Auto cruise. | */
|
|
VKFLY_CUSTOM_MODE_CRUISE=15, /* Auto cruise. | */
|
|
VKFLY_CUSTOM_MODE_GUIDE=18, /* Guide to point. | */
|
|
VKFLY_CUSTOM_MODE_GUIDE=18, /* Guide to point. | */
|
|
VKFLY_CUSTOM_MODE_LAND=19, /* Land. | */
|
|
VKFLY_CUSTOM_MODE_LAND=19, /* Land. | */
|