mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
GCS_MAVLink: send HYGROMETER_SENSOR message if data available
This commit is contained in:
parent
10587fa751
commit
2e4bca6462
@ -27,6 +27,7 @@
|
||||
#include <AP_OpenDroneID/AP_OpenDroneID.h>
|
||||
#include <AP_Mount/AP_Mount.h>
|
||||
#include <AC_Fence/AC_Fence.h>
|
||||
#include <AP_Airspeed/AP_Airspeed_config.h>
|
||||
|
||||
#include "ap_message.h"
|
||||
|
||||
|
@ -81,6 +81,7 @@ enum ap_message : uint8_t {
|
||||
MSG_MCU_STATUS,
|
||||
MSG_UAVIONIX_ADSB_OUT_STATUS,
|
||||
MSG_ATTITUDE_TARGET,
|
||||
MSG_HYGROMETER,
|
||||
MSG_AUTOPILOT_STATE_FOR_GIMBAL_DEVICE,
|
||||
MSG_LAST // MSG_LAST must be the last entry in this enum
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user