mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Move define
This commit is contained in:
parent
dec8c94de8
commit
bc03125a00
1 changed files with 1 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
||||||
#define USE_FAN
|
#define USE_FAN
|
||||||
#define USE_GRAPH
|
#define USE_GRAPH
|
||||||
#define USE_GRAPHICAL_DISPLAY_MENU
|
#define USE_GRAPHICAL_DISPLAY_MENU
|
||||||
|
#define USE_GRAPHICAL_LAYOUT
|
||||||
#define USE_HOMEASSISTANT_TIME
|
#define USE_HOMEASSISTANT_TIME
|
||||||
#define USE_HTTP_REQUEST_OTA_WATCHDOG_TIMEOUT 8000 // NOLINT
|
#define USE_HTTP_REQUEST_OTA_WATCHDOG_TIMEOUT 8000 // NOLINT
|
||||||
#define USE_JSON
|
#define USE_JSON
|
||||||
|
@ -73,8 +74,6 @@
|
||||||
#define USE_VALVE
|
#define USE_VALVE
|
||||||
#define USE_WIFI
|
#define USE_WIFI
|
||||||
#define USE_WIFI_AP
|
#define USE_WIFI_AP
|
||||||
#define USE_GRAPHICAL_DISPLAY_MENU
|
|
||||||
#define USE_GRAPHICAL_LAYOUT
|
|
||||||
|
|
||||||
// Arduino-specific feature flags
|
// Arduino-specific feature flags
|
||||||
#ifdef USE_ARDUINO
|
#ifdef USE_ARDUINO
|
||||||
|
|
Loading…
Reference in a new issue