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:
Andrew Tridgell 2024-07-23 08:42:28 +10:00 committed by Peter Barker
parent 0190e70da4
commit 03bdbea77c

View File

@ -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