From 9deaded83364c320605ae060e852dddd7b1b8344 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 19 Aug 2024 20:44:50 +0200 Subject: [PATCH] Add FLASH_W25Q128FV to FF_PICOF4 (#522) --- configs/FF_PIKOF4/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/FF_PIKOF4/config.h b/configs/FF_PIKOF4/config.h index 88a548c4..007bbc57 100644 --- a/configs/FF_PIKOF4/config.h +++ b/configs/FF_PIKOF4/config.h @@ -32,6 +32,8 @@ #define USE_GYRO #define USE_GYRO_SPI_MPU6500 #define USE_GYRO_SPI_MPU6000 +#define USE_FLASH +#define USE_FLASH_W25Q128FV #define BEEPER_PIN PA14 #define MOTOR1_PIN PA3 @@ -73,6 +75,7 @@ #define ADC1_DMA_OPT 1 +#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC #define BEEPER_INVERTED #define SYSTEM_HSE_MHZ 8