From 4db8d27fdb3d272db6811ab43ffbe2e8a42652db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 21 Jul 2017 16:12:35 +0200 Subject: [PATCH] Added H801 to arduino.h --- code/espurna/config/arduino.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/espurna/config/arduino.h b/code/espurna/config/arduino.h index 5949eed6..05a14423 100644 --- a/code/espurna/config/arduino.h +++ b/code/espurna/config/arduino.h @@ -28,6 +28,7 @@ //#define WIFI_RELAYS_BOARD_KIT //#define AI_LIGHT //#define LED_CONTROLLER +//#define H801_LED_CONTROLLER //#define ESPURNA_H //-------------------------------------------------------------------------------- @@ -37,7 +38,7 @@ //#define ENABLE_DHT 1 //#define ENABLE_DS18B20 1 //#define ENABLE_EMON 1 -//#define ENABLE_HLW8018 1 +//#define ENABLE_POW 1 //#define ENABLE_RF 1 //#define ENABLE_FAUXMO 0 //#define ENABLE_NOFUSS 1