From ceda3300496e83ccbdb1684d0c81fbe1b89d785f Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 22 Oct 2023 20:16:56 +0200 Subject: [PATCH] Fix baro on GEPRCF405 (#194) See: https://github.com/betaflight/unified-targets/pull/1166 --- configs/GEPRCF405/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/GEPRCF405/config.h b/configs/GEPRCF405/config.h index 462ff490..dc7d93c3 100644 --- a/configs/GEPRCF405/config.h +++ b/configs/GEPRCF405/config.h @@ -103,7 +103,7 @@ #define ADC1_DMA_OPT 0 #define MAG_I2C_INSTANCE (I2CDEV_1) -#define BARO_I2C_INSTANCE (I2CDEV_1) +#define BARO_I2C_INSTANCE (I2CDEV_2) #define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH #define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC