Skip to content
Snippets Groups Projects
Commit 1a0adf49 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Enable urandom module.

parent e673714c
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UHASHLIB_SHA1 (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_LWIP (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment