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

pull/2241/head
Paul Sokolovsky 2016-07-13 01:59:41 +03:00
rodzic 20283aec10
commit be313ea215
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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