mirror of https://github.com/ArduPilot/ardupilot
hwdef: disable sending of RELAY_STATUS on mimimized boards
This commit is contained in:
parent
c80ef940fd
commit
67988320a7
|
@ -133,3 +133,6 @@ define MODE_GUIDED_NOGPS_ENABLED 0
|
|||
define MODE_SYSTEMID_ENABLED 0
|
||||
define WEATHERVANE_ENABLED 0
|
||||
define MODE_AUTOROTATE_ENABLED 0
|
||||
|
||||
# don't send RELAY_STATUS messages:
|
||||
define AP_MAVLINK_MSG_RELAY_STATUS_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue