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 // -----------------------------------------------------------------------------