mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-05 16:04: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
24 lines
582 B
C
24 lines
582 B
C
#define AM2320_SUPPORT 1
|
|
#define BH1750_SUPPORT 1
|
|
#define BMP180_SUPPORT 1
|
|
#define BMX280_SUPPORT 1
|
|
#define SHT3X_I2C_SUPPORT 1
|
|
#define SHT3X_I2C_SUPPORT 1
|
|
#define SI7021_SUPPORT 1
|
|
#define PMSX003_SUPPORT 1
|
|
#define SENSEAIR_SUPPORT 1
|
|
#define VL53L1X_SUPPORT 1
|
|
#define DALLAS_SUPPORT 1
|
|
#define MICS2710_SUPPORT 1
|
|
#define MICS5525_SUPPORT 1
|
|
#define MAX6675_SUPPORT 1
|
|
#define DHT_SUPPORT 1
|
|
#define TMP3X_SUPPORT 1
|
|
#define EVENTS_SUPPORT 1
|
|
#define DIGITAL_SUPPORT 1
|
|
#define SONAR_SUPPORT 1
|
|
#define MHZ19_SUPPORT 1
|
|
#define NTC_SUPPORT 1
|
|
#define LDR_SUPPORT 1
|
|
#define GUVAS12SD_SUPPORT 1
|