fix(websocket_demo): Fix websocket demo compile error

This commit is contained in:
zhangjunhao
2018-04-19 18:22:25 +08:00
parent 111327ef15
commit 60e1d226bb
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,8 @@ LINKFLAGS_eagle.app.v6 = \
-lphy \ -lphy \
-lpp \ -lpp \
-lsmartconfig \ -lsmartconfig \
-lssl \ -lopenssl \
-lmbedtls \
-lwpa \ -lwpa \
$(DEP_LIBS_eagle.app.v6)\ $(DEP_LIBS_eagle.app.v6)\
-Wl,--end-group -Wl,--end-group

View File

@ -37,7 +37,6 @@
* info@aspl.es - http://www.aspl.es/nopoll * info@aspl.es - http://www.aspl.es/nopoll
*/ */
#include <nopoll/nopoll.h> #include <nopoll/nopoll.h>
#include "ssl_compat-1.0.h"
#include "esp_common.h" #include "esp_common.h"
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/task.h" #include "freertos/task.h"