Commit 845d989 1 parent 11358fd commit 845d989 Copy full SHA for 845d989
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1899
1899
#define OTA_ARDUINOOTA_SUPPORT 0
1900
1900
#define OTA_CLIENT OTA_CLIENT_NONE
1901
1901
1902
- // Web UI blob & MDNS are pretty large
1903
- #define WEB_EMBEDDED 0
1902
+ // Some options result in a pretty large image
1903
+ #define ALEXA_SUPPORT 0
1904
1904
#define MDNS_SERVER_SUPPORT 0
1905
+ #define WEB_SUPPORT 0
1905
1906
1906
1907
// -----------------------------------------------------------------------------
1907
1908
// ESPLive
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Copyright (C) 2019-2021 by Maxim Prokhorov <prokhorov dot max at outlook dot com
15
15
#include " api.h"
16
16
#endif
17
17
18
+ #if MQTT_SUPPORT
19
+ #include " api_path.h"
20
+ #endif
21
+
18
22
#if WEB_SUPPORT
19
23
#include " ws.h"
20
24
#endif
You can’t perform that action at this time.
0 commit comments