Skip to content

Commit 781121f

Browse files
committed
GCS_MAVLink: add timeline for removal of MISSION_REQUEST handling
1 parent 8e9a568 commit 781121f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libraries/GCS_MAVLink/GCS_config.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,13 @@
8787

8888
// GCS should be using MISSION_REQUEST_INT instead; this is a waste of
8989
// flash. MISSION_REQUEST was deprecated in June 2020. We started
90-
// sending warnings to the GCS in Sep 2022 if this command was used.
90+
// sending warnings to the GCS in Sep 2022 if MISSION_REQUEST was used.
9191
// 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
9297
#ifndef AP_MAVLINK_MSG_MISSION_REQUEST_ENABLED
9398
#define AP_MAVLINK_MSG_MISSION_REQUEST_ENABLED AP_MISSION_ENABLED
9499
#endif

0 commit comments

Comments
 (0)