Commit 5552896c authored by IhorNehrutsa's avatar IhorNehrutsa Committed by Damien George

esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5.

Signed-off-by: default avatarIhorNehrutsa <Ihor.Nehrutsa@gmail.com>
parent b31eef60
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
#define MICROPY_BLUETOOTH_NIMBLE (1) #define MICROPY_BLUETOOTH_NIMBLE (1)
#define MICROPY_BLUETOOTH_NIMBLE_BINDINGS_ONLY (1) #define MICROPY_BLUETOOTH_NIMBLE_BINDINGS_ONLY (1)
#endif #endif
#define MICROPY_PY_HASHLIB_MD5 (1)
#define MICROPY_PY_HASHLIB_SHA1 (1) #define MICROPY_PY_HASHLIB_SHA1 (1)
#define MICROPY_PY_HASHLIB_SHA256 (1) #define MICROPY_PY_HASHLIB_SHA256 (1)
#define MICROPY_PY_CRYPTOLIB (1) #define MICROPY_PY_CRYPTOLIB (1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment