master
Ondřej Hruška 8 years ago
parent 0d399967fd
commit 6ad04ed6b5
  1. 4
      Makefile
  2. 2
      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

@ -12,7 +12,7 @@ INCLUDEPATH = . \
libesphttpd/espfs \
libesphttpd/core \
libesphttpd/lib/heatshrink \
sbmp
sbmp/library
SOURCES += \
libesphttpd/core/auth.c \

Loading…
Cancel
Save