Some CI fixes

This commit is contained in:
MATBckh22 2025-09-25 07:49:49 +08:00
parent 598b0d96bb
commit d9cd3b7d6d
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "SensorLiveData.h"
#include "Fusion/Fusion.h"
#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && __has_include(<SensorQMI8658.hpp>)
#if defined(HAS_QMI8658_SENSOR)
#include <math.h>

View File

@ -5,6 +5,7 @@
#include "MotionSensor.h"
#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && __has_include(<SensorQMI8658.hpp>) && defined(IMU_CS)
#define HAS_QMI8658_SENSOR 1
#include <SPI.h>
#include <SensorQMI8658.hpp>