mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 05:04:46 +00:00
fix missing includes (#5138)
This commit is contained in:
parent
6485f037ec
commit
701293c2d3
@ -7,7 +7,8 @@
|
|||||||
#include "linux/LinuxHardwareI2C.h"
|
#include "linux/LinuxHardwareI2C.h"
|
||||||
#endif
|
#endif
|
||||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
||||||
#include "main.h" // atecc
|
#include "main.h" // atecc
|
||||||
|
#include "meshUtils.h" // vformat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// AXP192 and AXP2101 have the same device address, we just need to identify it in Power.cpp
|
// AXP192 and AXP2101 have the same device address, we just need to identify it in Power.cpp
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "LIS3DHSensor.h"
|
#include "LIS3DHSensor.h"
|
||||||
|
#include "NodeDB.h"
|
||||||
|
|
||||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "LSM6DS3Sensor.h"
|
#include "LSM6DS3Sensor.h"
|
||||||
|
#include "NodeDB.h"
|
||||||
|
|
||||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include "../graphics/Screen.h"
|
#include "../graphics/Screen.h"
|
||||||
#include "../graphics/ScreenFonts.h"
|
#include "../graphics/ScreenFonts.h"
|
||||||
#include "../power.h"
|
#include "../power.h"
|
||||||
|
#include "Wire.h"
|
||||||
|
|
||||||
// Base class for motion processing
|
// Base class for motion processing
|
||||||
class MotionSensor
|
class MotionSensor
|
||||||
|
Loading…
Reference in New Issue
Block a user