diff options
author | IhorNehrutsa <IhorNehrutsa@gmail.com> | 2023-12-19 16:28:06 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-12-21 11:33:05 +1100 |
commit | 5552896ca8064a71446030bd9524cff7558a0f83 (patch) | |
tree | 5fe9995c5fe834b7e3705d069ce1c10898346819 | |
parent | b31eef609497cd7e3c50841e1cf45f1610d39c73 (diff) | |
download | micropython-5552896ca8064a71446030bd9524cff7558a0f83.tar.gz micropython-5552896ca8064a71446030bd9524cff7558a0f83.zip |
esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5.
Signed-off-by: IhorNehrutsa <Ihor.Nehrutsa@gmail.com>
-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 8937455992..5dc4a9c758 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -101,6 +101,7 @@ #define MICROPY_BLUETOOTH_NIMBLE (1) #define MICROPY_BLUETOOTH_NIMBLE_BINDINGS_ONLY (1) #endif +#define MICROPY_PY_HASHLIB_MD5 (1) #define MICROPY_PY_HASHLIB_SHA1 (1) #define MICROPY_PY_HASHLIB_SHA256 (1) #define MICROPY_PY_CRYPTOLIB (1) |