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 TARGET = httpd
# which modules (subdirectories) of the project to include in compiling # which modules (subdirectories) of the project to include in compiling
MODULES = user sbmp MODULES = user sbmp/library
EXTRA_INCDIR = include libesphttpd/include sbmp EXTRA_INCDIR = include libesphttpd/include sbmp/library
# libraries used in this project, mainly provided by the SDK # libraries used in this project, mainly provided by the SDK
LIBS = c gcc hal phy pp net80211 wpa main lwip crypto 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 init
# $(Q) git submodule update # $(Q) git submodule update
html: html:
$(vecho) "Building HTML..." $(vecho) "Building HTML..."
$(Q) ./html_build.sh $(Q) ./html_build.sh

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

Loading…
Cancel
Save