1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fix beeper support for IF_F411_PRO and IF_F405_TWING unified targets

This commit is contained in:
LinJieqiang 2019-07-09 11:32:31 +08:00
parent 7471ada0c1
commit 03ea490e06
2 changed files with 4 additions and 0 deletions

View file

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

View file

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