master
Ondřej Hruška 8 years ago
parent 0d399967fd
commit 6ad04ed6b5
  1. 6
      Makefile
  2. 8
      esp_meas.pro

@ -55,8 +55,8 @@ APPGEN ?= $(SDK_BASE)/tools/gen_appbin.py
TARGET = httpd
# which modules (subdirectories) of the project to include in compiling
MODULES = user sbmp
EXTRA_INCDIR = include libesphttpd/include sbmp
MODULES = user sbmp/library
EXTRA_INCDIR = include libesphttpd/include sbmp/library
# libraries used in this project, mainly provided by the SDK
LIBS = c gcc hal phy pp net80211 wpa main lwip crypto
@ -194,7 +194,7 @@ all: checkdirs $(TARGET_OUT) $(FW_BASE)
# $(Q) git submodule init
# $(Q) git submodule update
html:
html:
$(vecho) "Building HTML..."
$(Q) ./html_build.sh

@ -12,7 +12,7 @@ INCLUDEPATH = . \
libesphttpd/espfs \
libesphttpd/core \
libesphttpd/lib/heatshrink \
sbmp
sbmp/library
SOURCES += \
libesphttpd/core/auth.c \
@ -51,7 +51,7 @@ SOURCES += \
sbmp/library/sbmp_bulk.c \
user/datalink.c \
user/serial.c \
user/uptime.c
user/uptime.c
HEADERS += \
include/uart_hw.h \
@ -123,8 +123,8 @@ HEADERS += \
sbmp/library/sbmp_bulk.h \
user/datalink.h \
user/serial.h \
libesphttpd/include/logging.h \
user/uptime.h
libesphttpd/include/logging.h \
user/uptime.h
DISTFILES += \
style.astylerc \

Loading…
Cancel
Save