webif: add option to disable webif content

This commit is contained in:
2022-11-20 17:13:02 +01:00
parent 83f6267e0a
commit b18adf0375
2 changed files with 16 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ SUBDIRS = \
weather \
webradio \
webtv \
y-web \
zapit
if ENABLE_LUA
@@ -27,3 +26,8 @@ if ENABLE_GRAPHLCD
SUBDIRS += \
oled
endif
if ENABLE_WEBIF
SUBDIRS += \
y-web
endif