Browse Source

Arilux AL-LC01 is a 3 channels light only (#797)

rfm69
Xose Pérez 6 years ago
parent
commit
ecb19b2ca2
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      code/espurna/config/hardware.h

+ 1
- 3
code/espurna/config/hardware.h View File

@ -1271,15 +1271,13 @@
#define DUMMY_RELAY_COUNT 1
// Light
#define LIGHT_CHANNELS 4
#define LIGHT_CHANNELS 3
#define LIGHT_CH1_PIN 5 // RED
#define LIGHT_CH2_PIN 12 // GREEN
#define LIGHT_CH3_PIN 13 // BLUE
#define LIGHT_CH4_PIN 14 // WHITE1
#define LIGHT_CH1_INVERSE 0
#define LIGHT_CH2_INVERSE 0
#define LIGHT_CH3_INVERSE 0
#define LIGHT_CH4_INVERSE 0
#elif defined(ARILUX_AL_LC02)


Loading…
Cancel
Save