We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9a568 commit 781121fCopy full SHA for 781121f
libraries/GCS_MAVLink/GCS_config.h
@@ -87,8 +87,13 @@
87
88
// GCS should be using MISSION_REQUEST_INT instead; this is a waste of
89
// flash. MISSION_REQUEST was deprecated in June 2020. We started
90
-// sending warnings to the GCS in Sep 2022 if this command was used.
+// sending warnings to the GCS in Sep 2022 if MISSION_REQUEST was used.
91
// Copter 4.4.0 sends this warning.
92
+// CODE_REMOVAL
93
+// ArduPilot 4.4 sends warnings if MISSION_ITEM used
94
+// ArduPilot 4.8 stops compiling in MISSION_ITEM but still sends warnings
95
+// ArduPilot 4.9 removes the code but sends message about MISSION_ITEM not supported
96
+// ArduPilot 4.10 stops sending the warning
97
#ifndef AP_MAVLINK_MSG_MISSION_REQUEST_ENABLED
98
#define AP_MAVLINK_MSG_MISSION_REQUEST_ENABLED AP_MISSION_ENABLED
99
#endif
0 commit comments