From 1a0adf49dfd3b3027a139fe1d2831da4474a352b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 25 Jan 2016 01:08:24 +0200 Subject: [PATCH] esp8266: Enable urandom module. --- esp8266/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 8984779f4f..4dbaed8871 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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)