Skip to content

Commit 845d989

Browse files
committed
ci: fixup release builds
1 parent 11358fd commit 845d989

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

code/espurna/config/hardware.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -1899,9 +1899,10 @@
18991899
#define OTA_ARDUINOOTA_SUPPORT 0
19001900
#define OTA_CLIENT OTA_CLIENT_NONE
19011901

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
19041904
#define MDNS_SERVER_SUPPORT 0
1905+
#define WEB_SUPPORT 0
19051906

19061907
// -----------------------------------------------------------------------------
19071908
// ESPLive

code/espurna/relay.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Copyright (C) 2019-2021 by Maxim Prokhorov <prokhorov dot max at outlook dot com
1515
#include "api.h"
1616
#endif
1717

18+
#if MQTT_SUPPORT
19+
#include "api_path.h"
20+
#endif
21+
1822
#if WEB_SUPPORT
1923
#include "ws.h"
2024
#endif

0 commit comments

Comments
 (0)