summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-06-27 16:39:26 +1000
committerDamien George <damien.p.george@gmail.com>2018-06-27 16:44:59 +1000
commit82bc4838d2438dedac6d38167d6ae50bc4c766bc (patch)
tree13a530819b5f2e1e01f08438f5e311e0f94e01f5
parent31f2f1e9675058685f4da5e7245473dcf6387135 (diff)
esp32/mpconfigport.h: Enable ucryptolib module.
-rw-r--r--ports/esp32/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h
index 963aca2ef..aeb8c4411 100644
--- a/ports/esp32/mpconfigport.h
+++ b/ports/esp32/mpconfigport.h
@@ -127,6 +127,7 @@
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UHASHLIB_SHA1 (1)
#define MICROPY_PY_UHASHLIB_SHA256 (1)
+#define MICROPY_PY_UCRYPTOLIB (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UBINASCII_CRC32 (1)
#define MICROPY_PY_URANDOM (1)