mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
add one more level of directories for build config & its cache replace test/pio_cache w/ test/build/cache
24 lines
676 B
C
24 lines
676 B
C
#define SCHEDULER_SUN_SUPPORT 1
|
|
#define SENSOR_SUPPORT 1
|
|
#define SENSOR_PUBLISH_ADDRESSES 1
|
|
#define INFLUXDB_SUPPORT 1
|
|
#define KINGART_CURTAIN_SUPPORT 1
|
|
#define LLMNR_SUPPORT 1
|
|
#define NETBIOS_SUPPORT 1
|
|
#define NOFUSS_SUPPORT 1
|
|
#define OTA_MQTT_SUPPORT 1
|
|
#define RFM69_SUPPORT 1
|
|
#define RPN_RULES_SUPPORT 1
|
|
#define SSDP_SUPPORT 1
|
|
#define UART_MQTT_SUPPORT 1
|
|
#define UART_SOFTWARE_SUPPORT 1
|
|
#define TERMINAL_WEB_API_SUPPORT 1
|
|
#define TERMINAL_MQTT_SUPPORT 1
|
|
#define PROMETHEUS_SUPPORT 1
|
|
#define RFB_SUPPORT 1
|
|
#define RFB_PROVIDER RFB_PROVIDER_RCSWITCH
|
|
#define MCP23S08_SUPPORT 1
|
|
#define RELAY_PROVIDER_DUAL_SUPPORT 1
|
|
#define RELAY_PROVIDER_STM_SUPPORT 1
|
|
#define IFAN_SUPPORT 1
|