esp8266/Makefile: Enable "ussl" module.
axTLS should be built first using "make axtls".
This commit is contained in:
parent
941ddfe559
commit
0785040593
|
@ -3,6 +3,8 @@ include ../py/mkenv.mk
|
|||
# qstr definitions (must come before including py.mk)
|
||||
QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
|
||||
|
||||
MICROPY_PY_USSL = 1
|
||||
|
||||
# include py core make definitions
|
||||
include ../py/py.mk
|
||||
|
||||
|
|
Loading…
Reference in New Issue