Skip to content

Commit

Permalink
CONFIG: Add BMP280 to SPEEDYBEE_F745_AIO (#12530)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Mar 17, 2023
1 parent 6a55457 commit ef3ee2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/SPEEDYBEE_F745_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH
Expand Down Expand Up @@ -84,14 +86,11 @@

#define ADC1_DMA_OPT 0

//TODO #define MAG_BUSTYPE I2C
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SCALE 256
Expand Down

0 comments on commit ef3ee2e

Please sign in to comment.