mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-09 01:37:06 +01:00
get rid of LIGHT_CHANNELS, but keep channel setting for the my92xx also clean up recent changes, channel command did not actually work
9 lines
215 B
C
9 lines
215 B
C
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
|
|
#define LIGHT_CH1_PIN 5
|
|
#define LIGHT_CH2_PIN 4
|
|
#define LIGHT_CH3_PIN 12
|
|
#define LIGHT_CH4_PIN 13
|
|
#define LIGHT_CH5_PIN 14
|
|
#define ENCODER_SUPPORT 1
|
|
#define IR_SUPPORT 1
|