1 parent ea426dd commit 1328833Copy full SHA for 1328833
2 files changed
esp8266/mpconfigport.h
@@ -60,6 +60,7 @@
60
#define MICROPY_PY_UHASHLIB (1)
61
#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)
62
#define MICROPY_PY_UHEAPQ (1)
63
+#define MICROPY_PY_UTIMEQ (1)
64
#define MICROPY_PY_UJSON (1)
65
#define MICROPY_PY_URANDOM (1)
66
#define MICROPY_PY_URE (1)
stmhal/mpconfigport.h
@@ -102,6 +102,7 @@
102
103
104
105
106
107
#define MICROPY_PY_UTIME_MP_HAL (1)
108
#define MICROPY_PY_MACHINE (1)
0 commit comments