@@ -425,6 +425,7 @@ def config_option(self):
425425 Feature ('MAVLink' , 'MAV_DEVICE_OP' , 'AP_MAVLINK_MSG_DEVICE_OP_ENABLED' , 'Enable DeviceOp MAVLink messages' , 0 , None ), # noqa
426426 Feature ('MAVLink' , 'MAV_SERVO_RELAY' , 'AP_MAVLINK_SERVO_RELAY_ENABLED' , 'Enable ServoRelay MAVLink messages' , 0 , 'SERVORELAY_EVENTS' ), # noqa
427427 Feature ('MAVLink' , 'MAV_MSG_SERIAL_CONTROL' , 'AP_MAVLINK_MSG_SERIAL_CONTROL_ENABLED' , 'Enable Serial Control MAVLink messages' , 0 , None ), # noqa
428+ Feature ('MAVLink' , 'MAV_MSG_OPTICAL_FLOW_RAD' , 'AP_MAVLINK_MSG_OPTICAL_FLOW_RAD_ENABLED' , 'Enable Optical Flow Rad MAVLink message' , 0 , 'OPTICALFLOW' ), # noqa
428429 Feature ('MAVLink' , 'MAVLINK_MSG_MISSION_REQUEST' , 'AP_MAVLINK_MSG_MISSION_REQUEST_ENABLED' , 'Enable MISSION_REQUEST MAVLink messages' , 0 , None ), # noqa
429430 Feature ('MAVLink' , 'MAVLINK_MSG_RC_CHANNELS_RAW' , 'AP_MAVLINK_MSG_RC_CHANNELS_RAW_ENABLED' , 'Enable RC_CHANNELS_RAW MAVLink messages' , 0 , None ), # noqa
430431 Feature ('MAVLink' , 'AP_MAVLINK_FTP_ENABLED' , 'AP_MAVLINK_FTP_ENABLED' , 'Enable MAVLink FTP protocol' , 0 , None ), # noqa
0 commit comments