We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b218da9 commit 215fd75Copy full SHA for 215fd75
components/esp8266/CMakeLists.txt
@@ -12,7 +12,7 @@ register_component()
12
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
13
if(NOT CONFIG_NO_BLOBS)
14
target_link_libraries(${COMPONENT_NAME} gcc hal core
15
- net80211 phy pp smartconfig ssc wpa)
+ net80211 phy pp smartconfig ssc wpa espnow)
16
endif()
17
18
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")
components/esp8266/component.mk
@@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
LIBS ?=
ifndef CONFIG_NO_BLOBS
LIBS += gcc hal core net80211 \
- phy pp smartconfig ssc wpa
+ phy pp smartconfig ssc wpa espnow
endif
#Linker scripts used to link the final application.
0 commit comments