Skip to content

Commit

Permalink
Reshuffle and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jan 8, 2025
1 parent 0dea82a commit a2acece
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions configs/JHEG473/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS3120
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_M25P16
#define USE_MAX7456
Expand Down Expand Up @@ -94,9 +94,8 @@

#define BARO_I2C_INSTANCE I2CDEV_1
#define MAG_I2C_INSTANCE I2CDEV_1
#define SERIALRX_PROVIDER SERIALRX_CRSF

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
//TODO #define DSHOT_IDLE_VALUE 450
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand All @@ -107,4 +106,3 @@
#define FLASH_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800

0 comments on commit a2acece

Please sign in to comment.