From e4cd2aaabffa00502ea7b1375dda80f081c84431 Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:32:40 -0500 Subject: [PATCH] Add baro define for NIDICI_F4 target (#233) FC has BMP280 baro but was missing from config. Reported by EZUD-77 on Discord, confirmed working here: https://discord.com/channels/868013470023548938/868013470518505494/1176517207015047208 --- configs/NIDICI_F4/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/NIDICI_F4/config.h b/configs/NIDICI_F4/config.h index b3cb659f..8a52c76d 100644 --- a/configs/NIDICI_F4/config.h +++ b/configs/NIDICI_F4/config.h @@ -32,6 +32,7 @@ #define USE_GYRO_SPI_MPU6000 #define USE_FLASH #define USE_FLASH_W25Q128FV +#define USE_BARO_BMP280 #define USE_MAX7456 #define BEEPER_PIN PB4