mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): compile with espnow library
This commit is contained in:
@ -12,7 +12,7 @@ register_component()
|
||||
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
|
||||
if(NOT CONFIG_NO_BLOBS)
|
||||
target_link_libraries(${COMPONENT_NAME} gcc hal core
|
||||
net80211 phy pp smartconfig ssc wpa)
|
||||
net80211 phy pp smartconfig ssc wpa espnow)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")
|
||||
|
Reference in New Issue
Block a user