mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix(websocket_demo): Fix websocket demo compile error
This commit is contained in:
@ -70,7 +70,8 @@ LINKFLAGS_eagle.app.v6 = \
|
||||
-lphy \
|
||||
-lpp \
|
||||
-lsmartconfig \
|
||||
-lssl \
|
||||
-lopenssl \
|
||||
-lmbedtls \
|
||||
-lwpa \
|
||||
$(DEP_LIBS_eagle.app.v6)\
|
||||
-Wl,--end-group
|
||||
|
@ -37,7 +37,6 @@
|
||||
* info@aspl.es - http://www.aspl.es/nopoll
|
||||
*/
|
||||
#include <nopoll/nopoll.h>
|
||||
#include "ssl_compat-1.0.h"
|
||||
#include "esp_common.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
|
Reference in New Issue
Block a user