mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-29 07:36:46 +00:00
Some CI fixes
This commit is contained in:
parent
598b0d96bb
commit
d9cd3b7d6d
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user