esp8266: Select axTLS for SSL implementation, following recent refactor.

This commit is contained in:
Paul Sokolovsky 2016-07-13 01:59:41 +03:00
parent 20283aec10
commit be313ea215
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ include ../py/mkenv.mk
QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
MICROPY_PY_USSL = 1
MICROPY_SSL_AXTLS = 1
# include py core make definitions
include ../py/py.mk