We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6540524 commit ff69a1dCopy full SHA for ff69a1d
1 file changed
esp8266/mpconfigport.h
@@ -35,6 +35,9 @@
35
#define MICROPY_PY_SYS (1)
36
#define MICROPY_PY_SYS_EXIT (1)
37
#define MICROPY_PY_SYS_STDFILES (1)
38
+#define MICROPY_PY_UBINASCII (1)
39
+#define MICROPY_PY_UCTYPES (1)
40
+#define MICROPY_PY_UJSON (1)
41
#define MICROPY_CPYTHON_COMPAT (0)
42
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
43
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
0 commit comments