summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 2d3f3ac5c7..83300d4907 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -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