mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
1 mb compiling version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Consts.h"
|
||||
#ifdef SensorDhtEnabled
|
||||
#include "items/SensorDhtClass.h"
|
||||
|
||||
#include "BufferExecute.h"
|
||||
//#ifdef SensorDhtEnabled
|
||||
//=========================================DHT Sensor==================================================================
|
||||
//dht-temp;id;anydata;Сенсоры;Температура;order;pin;type[dht11];c[1]
|
||||
//dht-hum;id;anydata;Сенсоры;Влажность;order;pin;type[dht11];c[1]
|
||||
@@ -32,4 +32,4 @@ void dhtReadingHum() {
|
||||
String key = sCmd.order();
|
||||
mySensorDht.SensorDhtReadHum(key);
|
||||
}
|
||||
//#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user