8000 Added extra libs for compiling the sdk 0.9.3 examples · lopesivan/source-code-examples@53a70e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53a70e9

Browse files
committed
Added extra libs for compiling the sdk 0.9.3 examples
1 parent e65ce43 commit 53a70e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MODULES = driver user
2929
EXTRA_INCDIR = include /opt/Espressif/include/
3030

3131
# libraries used in this project, mainly provided by the SDK
32-
LIBS = c gcc hal phy net80211 lwip wpa main
32+
LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
3333

3434
# compiler flags using during compilation of source files
3535
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH

0 commit comments

Comments
 (0)
0