domoticz dht22 support

This commit is contained in:
livello
2018-10-16 11:36:59 +03:00
parent 41df3b701e
commit 2bf6050f50
5 changed files with 39 additions and 31 deletions

View File

@@ -68,12 +68,7 @@ PWM Out
#include "main.h"
#include "options.h"
#include "utils.h"
#ifdef WITH_STREAMING_LIB
#include "Streaming.h"
#else
#include "PrintEx.h"
using namespace ios;
#endif
#if defined(__SAM3X8E__)