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 SensorDhtEnabled
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Class/LineParsing.h"
|
||||
#include "Global.h"
|
||||
#include "items/SensorConvertingClass.h"
|
||||
@@ -75,4 +76,5 @@ class SensorDhtClass : public SensorConvertingClass {
|
||||
}
|
||||
}
|
||||
};
|
||||
extern SensorDhtClass mySensorDht;
|
||||
extern SensorDhtClass mySensorDht;
|
||||
#endif
|
||||
Reference in New Issue
Block a user