mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 17:27:30 +08:00
Merge branch 'bugfix/fix_websocket_demo_compile_error' into 'release/v2.x.x'
fix(websocket_demo): Fix websocket demo compile error See merge request sdk/ESP8266_RTOS_SDK!72
This commit is contained in:
@@ -5,6 +5,8 @@ stages:
|
||||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
|
||||
IDF_PATH: "$CI_PROJECT_DIR"
|
||||
|
||||
# before each job, we need to check if this job is filtered by bot stage/job filter
|
||||
.apply_bot_filter: &apply_bot_filter
|
||||
python $APPLY_BOT_FILTER_SCRIPT || exit 0
|
||||
|
||||
@@ -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