mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +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
6 lines
125 B
C
6 lines
125 B
C
#define LED1_PIN 0
|
|
#define RELAY1_PIN 0
|
|
#define BUTTON1_PIN 0
|
|
#define BUTTON1_MODE BUTTON_PUSHBUTTON
|
|
#define BUTTON1_RELAY 1
|