commit | 82bc4838d2438dedac6d38167d6ae50bc4c766bc | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Wed Jun 27 16:39:26 2018 +1000 |
committer | Damien George <damien.p.george@gmail.com> | Wed Jun 27 16:44:59 2018 +1000 |
tree | 13a530819b5f2e1e01f08438f5e311e0f94e01f5 | |
parent | 31f2f1e9675058685f4da5e7245473dcf6387135 [diff] [blame] |
esp32/mpconfigport.h: Enable ucryptolib module.
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 963aca2..aeb8c44 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)