Remove unnecessary include
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
#include "BME280Sensor.h"
|
#include "BME280Sensor.h"
|
||||||
|
|
||||||
#define NUM_SENSOR_SETTINGS 3
|
#define NUM_SENSOR_SETTINGS 3
|
||||||
|
|
||||||
#define TELEM_INA3221_SETTING_CH1 "INA3221-1"
|
#define TELEM_INA3221_SETTING_CH1 "INA3221-1"
|
||||||
#define TELEM_INA3221_SETTING_CH2 "INA3221-2"
|
#define TELEM_INA3221_SETTING_CH2 "INA3221-2"
|
||||||
#define TELEM_INA3221_SETTING_CH3 "INA3221-3"
|
#define TELEM_INA3221_SETTING_CH3 "INA3221-3"
|
||||||
|
|||||||
@@ -7,17 +7,16 @@
|
|||||||
#include <helpers/CustomSX1262Wrapper.h>
|
#include <helpers/CustomSX1262Wrapper.h>
|
||||||
#include <helpers/CustomLLCC68Wrapper.h>
|
#include <helpers/CustomLLCC68Wrapper.h>
|
||||||
#include <helpers/AutoDiscoverRTCClock.h>
|
#include <helpers/AutoDiscoverRTCClock.h>
|
||||||
#include <helpers/SensorManager.h>
|
|
||||||
#ifdef DISPLAY_CLASS
|
#ifdef DISPLAY_CLASS
|
||||||
#include <helpers/ui/SSD1306Display.h>
|
#include <helpers/ui/SSD1306Display.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NUM_SENSOR_SETTINGS 3
|
|
||||||
#include <helpers/sensors/EnvironmentSensorManager.h>
|
#include <helpers/sensors/EnvironmentSensorManager.h>
|
||||||
|
|
||||||
extern PromicroBoard board;
|
extern PromicroBoard board;
|
||||||
extern WRAPPER_CLASS radio_driver;
|
extern WRAPPER_CLASS radio_driver;
|
||||||
extern AutoDiscoverRTCClock rtc_clock;
|
extern AutoDiscoverRTCClock rtc_clock;
|
||||||
|
extern EnvironmentSensorManager sensors;
|
||||||
|
|
||||||
#ifdef DISPLAY_CLASS
|
#ifdef DISPLAY_CLASS
|
||||||
extern DISPLAY_CLASS display;
|
extern DISPLAY_CLASS display;
|
||||||
@@ -29,4 +28,3 @@ void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr);
|
|||||||
void radio_set_tx_power(uint8_t dbm);
|
void radio_set_tx_power(uint8_t dbm);
|
||||||
mesh::LocalIdentity radio_new_identity();
|
mesh::LocalIdentity radio_new_identity();
|
||||||
|
|
||||||
extern EnvironmentSensorManager sensors;
|
|
||||||
Reference in New Issue
Block a user