Skip to content

Commit

Permalink
build: web support string without the embedded html
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Aug 30, 2024
1 parent 58b3992 commit 11358fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/espurna/build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ alignas(4) static constexpr char Modules[] PROGMEM_STRING_ATTR =
"UART_MQTT "
#endif
#if WEB_SUPPORT
#if WEB_EMBEDDED
#if WEBUI_IMAGE == WEBUI_IMAGE_SMALL
"WEB_SMALL "
#elif WEBUI_IMAGE == WEBUI_IMAGE_LIGHT
Expand All @@ -244,6 +245,9 @@ alignas(4) static constexpr char Modules[] PROGMEM_STRING_ATTR =
#elif WEBUI_IMAGE == WEBUI_IMAGE_FULL
"WEB_FULL "
#endif
#else
"WEB "
#endif
#endif
"";

Expand Down

0 comments on commit 11358fd

Please sign in to comment.