Skip to content

Commit

Permalink
ci: fixup release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Aug 30, 2024
1 parent 11358fd commit 845d989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/espurna/config/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -1899,9 +1899,10 @@
#define OTA_ARDUINOOTA_SUPPORT 0
#define OTA_CLIENT OTA_CLIENT_NONE

// Web UI blob & MDNS are pretty large
#define WEB_EMBEDDED 0
// Some options result in a pretty large image
#define ALEXA_SUPPORT 0
#define MDNS_SERVER_SUPPORT 0
#define WEB_SUPPORT 0

// -----------------------------------------------------------------------------
// ESPLive
Expand Down
4 changes: 4 additions & 0 deletions code/espurna/relay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Copyright (C) 2019-2021 by Maxim Prokhorov <prokhorov dot max at outlook dot com
#include "api.h"
#endif

#if MQTT_SUPPORT
#include "api_path.h"
#endif

#if WEB_SUPPORT
#include "ws.h"
#endif
Expand Down

0 comments on commit 845d989

Please sign in to comment.