mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-05 16:04:19 +01:00
* Sensors: refactor configuration - move sensor implementaion to the .ino, remove dependency undef / define from sensor files - update test/build/sensor.h from SENSOR_SUPPORT - allow to change sensor config variables externally - `#include <...>` for global headers and libraries, fix relative path for math library * add missing sns <-> i2c dependency * ledrelay should return relay_none as default * rollback to original test header * include debug header when requested (relative)
11 lines
276 B
C
11 lines
276 B
C
#define ADE7953_SUPPORT 1
|
|
#define CSE7766_SUPPORT 1
|
|
#define ECH1560_SUPPORT 1
|
|
#define EMON_ADC121_SUPPORT 1
|
|
#define EMON_ADS1X15_SUPPORT 1
|
|
#define EMON_ANALOG_SUPPORT 1
|
|
#define HLW8012_SUPPORT 1
|
|
#define PULSEMETER_SUPPORT 1
|
|
#define PZEM004T_SUPPORT 1
|
|
#define V9261F_SUPPORT 1
|