From 76ed37b48067ac4155d54f2619551acd349278f3 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:51:27 -0600 Subject: [PATCH] TCMM405V3 add ICM42688P --- configs/TCMM405V3/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/TCMM405V3/config.h b/configs/TCMM405V3/config.h index 4c4a2d4ba..e95b7d497 100644 --- a/configs/TCMM405V3/config.h +++ b/configs/TCMM405V3/config.h @@ -27,6 +27,7 @@ #define USE_ACC #define USE_ACC_SPI_MPU6000 +#define USE_ACC_SPI_ICM42688P #define USE_BARO #define USE_BARO_BMP280 #define USE_BARO_DPS310 @@ -34,6 +35,7 @@ #define USE_FLASH_W25Q128FV #define USE_GYRO #define USE_GYRO_SPI_MPU6000 +#define USE_GYRO_SPI_ICM42688P #define USE_MAX7456 #define BEEPER_PIN PB8