We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd6742 commit 43d6a02Copy full SHA for 43d6a02
configs/BETAFPVF405_ELRS/config.h
@@ -35,6 +35,7 @@
35
#define USE_ACCGYRO_BMI270
36
#define USE_BARO
37
#define USE_BARO_SPI_BMP280
38
+#define USE_BARO_SPI_DPS310
39
#define USE_FLASH
40
#define USE_FLASH_W25Q128FV
41
#define USE_MAX7456
@@ -92,11 +93,9 @@
92
93
TIMER_PIN_MAP( 7, PA8 , 1, -1)
94
95
#define ADC2_DMA_OPT 1
-
96
+#define ADC_INSTANCE ADC2
97
#define BARO_SPI_INSTANCE SPI3
-#define DEFAULT_BARO_DEVICE BARO_NONE
98
99
-#define ADC_INSTANCE ADC2
100
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
101
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
102
#define MOTOR_PWM_PROTOCOL DSHOT300
0 commit comments