Browse Source

test: also check for small core webui

pull/2471/head
Maxim Prokhorov 2 years ago
parent
commit
f748b6487c
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      code/test/build/core_webui.h

+ 18
- 0
code/test/build/core_webui.h View File

@ -0,0 +1,18 @@
#define ALEXA_SUPPORT 0
#define API_SUPPORT 0
#define DEBUG_SERIAL_SUPPORT 0
#define DEBUG_TELNET_SUPPORT 0
#define DEBUG_WEB_SUPPORT 0
#define DOMOTICZ_SUPPORT 0
#define HOMEASSISTANT_SUPPORT 0
#define I2C_SUPPORT 0
#define MQTT_SUPPORT 0
#define NTP_SUPPORT 0
#define RPN_RULES_SUPPORT 0
#define SCHEDULER_SUPPORT 0
#define SENSOR_SUPPORT 0
#define THINGSPEAK_SUPPORT 0
#define OTA_ARDUINOOTA_SUPPORT 0
#define WEB_SUPPORT 0
#define MDNS_SERVER_SUPPORT 0
#define OTA_WEB_SUPPORT 1

Loading…
Cancel
Save