mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
hwdef: enable relay support in MatekL431-DShot fw
the PWM expansion boards can also be used for relay control, often combined with PWM output
This commit is contained in:
parent
0190e70da4
commit
03bdbea77c
@ -32,3 +32,7 @@ define HAL_PERIPH_ENABLE_NOTIFY
|
|||||||
define HAL_SERIAL_ESC_COMM_ENABLED 1
|
define HAL_SERIAL_ESC_COMM_ENABLED 1
|
||||||
define HAL_SUPPORT_RCOUT_SERIAL 1
|
define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||||
define HAL_WITH_ESC_TELEM 1
|
define HAL_WITH_ESC_TELEM 1
|
||||||
|
|
||||||
|
# also enable relay output via hardpoint msgs
|
||||||
|
define HAL_PERIPH_ENABLE_RELAY
|
||||||
|
define AP_RELAY_ENABLED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user