Skip to content

Commit 215fd75

Browse files
author
Zhang Jun Hao
committed
feat(esp8266): compile with espnow library
1 parent b218da9 commit 215fd75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp8266/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ register_component()
1212
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
1313
if(NOT CONFIG_NO_BLOBS)
1414
target_link_libraries(${COMPONENT_NAME} gcc hal core
15-
net80211 phy pp smartconfig ssc wpa)
15+
net80211 phy pp smartconfig ssc wpa espnow)
1616
endif()
1717

1818
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")

components/esp8266/component.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
1212
LIBS ?=
1313
ifndef CONFIG_NO_BLOBS
1414
LIBS += gcc hal core net80211 \
15-
phy pp smartconfig ssc wpa
15+
phy pp smartconfig ssc wpa espnow
1616
endif
1717

1818
#Linker scripts used to link the final application.

0 commit comments

Comments
 (0)