mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-08 09:17:06 +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
276 B
C
11 lines
276 B
C
#define EMON_ADC121_SUPPORT 1
|
|
#define EMON_ADS1X15_SUPPORT 1
|
|
#define CSE7766_SUPPORT 1
|
|
#define PZEM004T_SUPPORT 1
|
|
#define HLW8012_SUPPORT 1
|
|
#define ECH1560_SUPPORT 1
|
|
#define PULSEMETER_SUPPORT 1
|
|
#define V9261F_SUPPORT 1
|
|
#define ADE7953_SUPPORT 1
|
|
#define EMON_ANALOG_SUPPORT 1
|