From f9df020e767bd4691411d3af0bcb36cf13e8db14 Mon Sep 17 00:00:00 2001 From: HGLRC <120353334+HGLRC-T@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:27:58 +0800 Subject: [PATCH] Update HGLR-HGLRCF405V2.config The latest FC includes the ICM42688P gyroscope, but the target lacks definition. --- configs/default/HGLR-HGLRCF405V2.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/default/HGLR-HGLRCF405V2.config b/configs/default/HGLR-HGLRCF405V2.config index 77975da35..3abf7046e 100644 --- a/configs/default/HGLR-HGLRCF405V2.config +++ b/configs/default/HGLR-HGLRCF405V2.config @@ -2,8 +2,10 @@ #define USE_GYRO #define USE_GYRO_SPI_MPU6000 +#define USE_GYRO_SPI_ICM42688P #define USE_ACC #define USE_ACC_SPI_MPU6000 +#define USE_ACC_SPI_ICM42688P #define USE_BARO #define USE_BARO_BMP280 #define USE_BARO_DPS310