Browse Source

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

pull/2241/head
Paul Sokolovsky 8 years ago
parent
commit
be313ea215
  1. 1
      esp8266/Makefile

1
esp8266/Makefile

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

Loading…
Cancel
Save