diff --git a/src/config/REVOLTOSD/config.h b/src/config/REVOLTOSD/config.h index 5c77a0e640..bd11025339 100644 --- a/src/config/REVOLTOSD/config.h +++ b/src/config/REVOLTOSD/config.h @@ -30,6 +30,8 @@ #define USE_ACC_SPI_MPU6500 #define USE_GYRO #define USE_GYRO_SPI_MPU6500 +#define USE_FLASH +#define USE_FLASH_W25Q128FV #define USE_MAX7456 #define BEEPER_PIN PB4 @@ -79,6 +81,7 @@ #define ADC1_DMA_OPT 1 +#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH #define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON #define SYSTEM_HSE_MHZ 8 #define MAX7456_SPI_INSTANCE SPI2