mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
1 mb compiling version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "Consts.h"
|
||||
#ifdef SensorBme280Enabled
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Class/LineParsing.h"
|
||||
#include "Global.h"
|
||||
#include "items/SensorConvertingClass.h"
|
||||
@@ -52,4 +53,5 @@ class SensorBme280Class : public SensorConvertingClass {
|
||||
SerialPrint("I", "Sensor", "'" + key + "' data: " + String(valueFl));
|
||||
}
|
||||
};
|
||||
extern SensorBme280Class mySensorBme280;
|
||||
extern SensorBme280Class mySensorBme280;
|
||||
#endif
|
||||
Reference in New Issue
Block a user