Skip to content

Commit

Permalink
hwdef: enable relay support in MatekL431-DShot fw
Browse files Browse the repository at this point in the history
the PWM expansion boards can also be used for relay control, often
combined with PWM output
  • Loading branch information
tridge committed Jul 22, 2024
1 parent 7b5c1f1 commit 9be2c30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MatekL431-DShot/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ define HAL_PERIPH_ENABLE_NOTIFY
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_SUPPORT_RCOUT_SERIAL 1
define HAL_WITH_ESC_TELEM 1

# also enable relay output via hardpoint msgs
define HAL_PERIPH_ENABLE_RELAY
define AP_RELAY_ENABLED 1

0 comments on commit 9be2c30

Please sign in to comment.