esp32/mpconfigport.h: Enable ucryptolib module.

This commit is contained in:
Damien George 2018-06-27 16:39:26 +10:00
parent 31f2f1e967
commit 82bc4838d2
1 changed files with 1 additions and 0 deletions

View File

@ -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)