From 5691a83f055f83d70b17c7295a8986e737aafb3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 25 Nov 2017 21:34:10 +0100 Subject: [PATCH] Removing testing configuration for D1 --- code/espurna/config/hardware.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 55ba8abe..abdd3ec7 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -63,20 +63,6 @@ #define LED1_PIN 2 #define LED1_PIN_INVERSE 1 - - #define RELAY_PROVIDER RELAY_PROVIDER_LIGHT - #define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER - #define DUMMY_RELAY_COUNT 1 - #define LIGHT_CHANNELS 4 - #define LIGHT_CH1_PIN 14 // RED - #define LIGHT_CH2_PIN 5 // GREEN - #define LIGHT_CH3_PIN 12 // BLUE - #define LIGHT_CH4_PIN 13 // WHITE - #define LIGHT_CH1_INVERSE 0 - #define LIGHT_CH2_INVERSE 0 - #define LIGHT_CH3_INVERSE 0 - #define LIGHT_CH4_INVERSE 0 - // ----------------------------------------------------------------------------- // ESPurna // -----------------------------------------------------------------------------