fix incorrect DCS command handling

This commit is contained in:
2017-10-01 13:47:22 +02:00
parent 7ffc947f1a
commit 55afcca955
6 changed files with 17 additions and 9 deletions
+1 -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 esphttpclient
MODULES = user
EXTRA_INCDIR = include libesphttpd/include
# libraries used in this project, mainly provided by the SDK