From 3a7c87298c89933891a2ee3e670b57485bd400e5 Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Wed, 18 May 2016 10:31:16 +0200 Subject: [PATCH] new hardware: witty with DHT22, infrared receiver and transmitter --- things/things.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/things/things.ino b/things/things.ino index 2005b91..aad9e5d 100644 --- a/things/things.ino +++ b/things/things.ino @@ -2,6 +2,7 @@ #include "HardwareWitty.h" //#include "HardwareWittyDht.h" +//#include "HardwareWittyDhtIrRxTx.h" //#include "HardwareH801wifi.h" const char* FWVERSION = "1.0.0";