From df0d2dcc28de88e2b7ba3b6d6b7a3893fabb9917 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 19 Nov 2023 19:44:16 +0100 Subject: [PATCH] Update DFR_F722_DUAL_HD (#230) --- configs/DFR_F722_DUAL_HD/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configs/DFR_F722_DUAL_HD/config.h b/configs/DFR_F722_DUAL_HD/config.h index f307c4bf..580c2b52 100644 --- a/configs/DFR_F722_DUAL_HD/config.h +++ b/configs/DFR_F722_DUAL_HD/config.h @@ -26,6 +26,17 @@ #define BOARD_NAME DFR_F722_DUAL_HD #define MANUFACTURER_ID DFRA +#define USE_ACC +#define USE_BARO +#define USE_FLASH +#define USE_GYRO + +#define USE_ACC_SPI_ICM20689 +#define USE_BARO_BMP280 +#define USE_FLASH_W25Q128FV +#define USE_GYRO_SPI_ICM20689 +#define USE_MAX7456 + #define BEEPER_PIN PC15 #define MOTOR1_PIN PC8 #define MOTOR2_PIN PC6