Skip to content

Commit d2c938d

Browse files
committed
esp32: add libsmartconfig.a to link libs
1 parent 9a5875f commit d2c938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp32/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
COMPONENT_SRCDIRS := . hwcrypto
1212

13-
LIBS := crypto core net80211 phy rtc pp wpa
13+
LIBS := crypto core net80211 phy rtc pp wpa smartconfig
1414

1515
LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld
1616

0 commit comments

Comments
 (0)