Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLYCOLORF7* bug fixes #490

Merged
merged 5 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configs/FLYCOLORF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456

#define BEEPER_PIN PC14
Expand Down Expand Up @@ -99,6 +101,7 @@
#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
2 changes: 1 addition & 1 deletion configs/FLYCOLORF7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define BEEPER_PIN PC14
#define MOTOR1_PIN PB1
#define MOTOR2_PIN PB4
#define MOTOR3_PIN B03
#define MOTOR3_PIN PB3
#define MOTOR4_PIN PA15
#define MOTOR5_PIN PC8
#define MOTOR6_PIN PC9
Expand Down
8 changes: 8 additions & 0 deletions configs/FLYCOLORF7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
#define BOARD_NAME FLYCOLORF7_AIO
#define MANUFACTURER_ID FLCO

#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

#define BEEPER_PIN PC14
#define MOTOR1_PIN PB1
#define MOTOR2_PIN PB4
Expand Down