mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-19 06:37:13 +01:00
* travis: move build flags tests outside of hardware header * mqtt: fix typo * travis: use files instead of bundling test cases into script * fixup! travis: use files instead of bundling test cases into script * fix variable expansion, remove custom h at the end * add ade7953 to sensors list * custom.h path as variable * shellcheck * fix printf syntax, silent again * fix bash 4.3 treating empty array as unset variable
11 lines
286 B
C
11 lines
286 B
C
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
|
|
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
|
|
#define DUMMY_RELAY_COUNT 1
|
|
#define LIGHT_CHANNELS 5
|
|
#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 IR_SUPPORT 1
|