Skip to content

Commit

Permalink
bug fixes (#490)
Browse files Browse the repository at this point in the history
* add new target FLYCOLORF7MICRO

* Update config.h

Add BARO Definitions for Target

* Update config.h

Correction of MOTOR3 pin definition

* Update config.h

Add Definitions for Targets
  • Loading branch information
tobeornottobe81 authored Jul 5, 2024
1 parent e167cfd commit 4dfe804
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
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

0 comments on commit 4dfe804

Please sign in to comment.