mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Fix beeper support for IF_F411_PRO and IF_F405_TWING unified ta… (#8549)
Fix beeper support for IF_F411_PRO and IF_F405_TWING unified targets
This commit is contained in:
commit
4bec60e05b
2 changed files with 4 additions and 0 deletions
|
@ -126,3 +126,5 @@ set gyro_1_spibus = 1
|
|||
set gyro_1_sensor_align = CW0
|
||||
set gyro_2_spibus = 1
|
||||
set gyro_2_sensor_align = CW90
|
||||
set beeper_inversion = ON
|
||||
set beeper_od = OFF
|
||||
|
|
|
@ -75,3 +75,5 @@ set flash_spi_bus = 3
|
|||
set gyro_1_bustype = SPI
|
||||
set gyro_1_spibus = 1
|
||||
set gyro_1_sensor_align = CW0
|
||||
set beeper_inversion = ON
|
||||
set beeper_od = OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue