Skip to content

Commit 5552896

Browse files
IhorNehrutsadpgeorge
IhorNehrutsa
authored andcommitted
esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5.
Signed-off-by: IhorNehrutsa <[email protected]>
1 parent b31eef6 commit 5552896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32/mpconfigport.h

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
#define MICROPY_BLUETOOTH_NIMBLE (1)
102102
#define MICROPY_BLUETOOTH_NIMBLE_BINDINGS_ONLY (1)
103103
#endif
104+
#define MICROPY_PY_HASHLIB_MD5 (1)
104105
#define MICROPY_PY_HASHLIB_SHA1 (1)
105106
#define MICROPY_PY_HASHLIB_SHA256 (1)
106107
#define MICROPY_PY_CRYPTOLIB (1)

0 commit comments

Comments
 (0)