From 5552896ca8064a71446030bd9524cff7558a0f83 Mon Sep 17 00:00:00 2001 From: IhorNehrutsa Date: Tue, 19 Dec 2023 16:28:06 +0200 Subject: [PATCH] esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5. Signed-off-by: IhorNehrutsa --- ports/esp32/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) 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)