added client + testing command ESC#7

This commit is contained in:
2017-10-01 12:54:52 +02:00
parent 0eeed9c7d9
commit 7ffc947f1a
7 changed files with 51 additions and 72 deletions
+5 -1
View File
@@ -54,7 +54,7 @@ APPGEN ?= $(SDK_BASE)/tools/gen_appbin.py
TARGET = httpd
# which modules (subdirectories) of the project to include in compiling
MODULES = user
MODULES = user esphttpclient
EXTRA_INCDIR = include libesphttpd/include
# libraries used in this project, mainly provided by the SDK
@@ -194,6 +194,10 @@ endef
web:
$(Q) ./build_web.sh
updweb:
$(Q) cd front-end && git pull
$(Q) ./build_web.sh
parser:
$(Q) ./build_parser.sh