diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-27 16:39:26 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-27 16:44:59 +1000 |
commit | 82bc4838d2438dedac6d38167d6ae50bc4c766bc (patch) | |
tree | 13a530819b5f2e1e01f08438f5e311e0f94e01f5 | |
parent | 31f2f1e9675058685f4da5e7245473dcf6387135 (diff) |
esp32/mpconfigport.h: Enable ucryptolib module.
-rw-r--r-- | ports/esp32/mpconfigport.h | 1 |
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) |