kopia lustrzana https://github.com/martin-ger/esp_mqtt
Merge pull request #2 from Deadolus/master
Adding crypto modul for esp_mqtt to work with SDK 1.5.0develop
commit
1d88deab09
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue