Skip to content

Commit

Permalink
esp32/mpconfigport: Enable MICROPY_PY_HASHLIB_MD5.
Browse files Browse the repository at this point in the history
Signed-off-by: IhorNehrutsa <[email protected]>
  • Loading branch information
IhorNehrutsa authored and dpgeorge committed Dec 21, 2023
1 parent b31eef6 commit 5552896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/esp32/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5552896

Please sign in to comment.