Skip to content

Commit f7996f4

Browse files
author
Zhang Jun Hao
committed
feat(lib): refactor wps api
1 parent ae6680b commit f7996f4

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

components/esp8266/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 espnow)
15+
net80211 phy pp smartconfig ssc wpa espnow wps)
1616
endif()
1717

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

components/esp8266/component.mk

Lines changed: 1 addition & 1 deletion
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 espnow
15+
phy pp smartconfig ssc wpa espnow wps
1616
endif
1717

1818
#Linker scripts used to link the final application.

components/esp8266/lib/VERSION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
gwen:
22
core: b9f2d3e
3-
net80211: b9f2d3e
3+
net80211: 48cd36b
44
pp: 82269d9
55
smartconfig:eca7811
66
wpa: b9f2d3e
77
espnow: 95a55d0
8+
wps: 48cd36b
89
phy: 1055_8

components/esp8266/lib/libnet80211.a

4 Bytes
Binary file not shown.

components/esp8266/lib/libwps.a

266 KB
Binary file not shown.

0 commit comments

Comments
 (0)