@@ -331,6 +331,7 @@ def __init__(self,
331
331
Feature ('MAVLink' , 'MAVLINK_VERSION_REQUEST' , 'AP_MAVLINK_AUTOPILOT_VERSION_REQUEST_ENABLED' , 'Enable old AUTOPILOT_VERSION_REQUEST mesage' , 0 , None ), # noqa
332
332
Feature ('MAVLink' , 'REQUEST_AUTOPILOT_CAPA' , 'AP_MAVLINK_MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES_ENABLED' , 'Enable old REQUEST_AUTOPILOT_CAPABILITIES command' , 0 , None ), # noqa
333
333
Feature ('MAVLink' , 'MAV_MSG_RELAY_STATUS' , 'AP_MAVLINK_MSG_RELAY_STATUS_ENABLED' , 'Enable sending of RELAY_STATUS message' , 0 , 'RELAY' ), # noqa
334
+ Feature ('MAVLink' , 'MAV_MSG_HIL_GPS' , 'AP_MAVLINK_MSG_HIL_GPS_ENABLED' , 'Enable receiving of HIL_GPS messages' , 0 , None ), # noqa
334
335
Feature ('MAVLink' , 'MAV_MSG_MOUNT_CONTROL' , 'AP_MAVLINK_MSG_MOUNT_CONTROL_ENABLED' , 'Enable handling of deprecated MOUNT_CONTROL message' , 0 , None ), # noqa
335
336
Feature ('MAVLink' , 'MAV_MSG_MOUNT_CONFIGURE' , 'AP_MAVLINK_MSG_MOUNT_CONFIGURE_ENABLED' , 'Enable handling of deprecated MOUNT_CONFIGURE message' , 0 , None ), # noqa
336
337
Feature ('MAVLink' , 'AP_MAVLINK_BATTERY2_ENABLED' , 'AP_MAVLINK_BATTERY2_ENABLED' , 'Enable sending of old BATTERY2 message' , 0 , None ), # noqa
0 commit comments