Skip to content

Commit

Permalink
Updated config.h files for DFRF722 (#473)
Browse files Browse the repository at this point in the history
* Updated config.h files for DFRF722

* Change DSHOT_DMAR_AUTO
  • Loading branch information
mStrangers authored Jun 21, 2024
1 parent 123db99 commit 140b82d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions configs/DFR_F722_DUAL_HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
#define MANUFACTURER_ID DFRA

#define USE_ACC
#define USE_BARO
#define USE_FLASH
#define USE_GYRO

#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_ICM42688P
#define USE_MAX7456

#define BEEPER_PIN PC15
Expand Down Expand Up @@ -102,11 +104,12 @@
#define ADC3_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define MAG_I2C_INSTANCE (I2CDEV_2)

#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SCALE 100
Expand Down

0 comments on commit 140b82d

Please sign in to comment.