diff options
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 00826cfe46..6ad7117f13 100644 --- a/esp8266/Makefile +++ b/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 |