Merge pull request #2 from Deadolus/master

Adding crypto modul for esp_mqtt to work with SDK 1.5.0
develop
Rui Huang 2016-01-25 02:07:56 +08:00
commit 1d88deab09
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,7 @@ MODULES = driver mqtt user modules
EXTRA_INCDIR = include $(SDK_BASE)/../include
# libraries used in this project, mainly provided by the SDK
LIBS = c gcc hal phy pp net80211 lwip wpa main ssl
LIBS = c gcc hal phy pp net80211 lwip wpa main ssl crypto
# compiler flags using during compilation of source files
CFLAGS = -Os -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH