Skip to content

Commit ff69a1d

Browse files
committed
esp8266: Enable ujson, ubinascii, and uctypes modules.
1 parent 6540524 commit ff69a1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
#define MICROPY_PY_SYS (1)
3636
#define MICROPY_PY_SYS_EXIT (1)
3737
#define MICROPY_PY_SYS_STDFILES (1)
38+
#define MICROPY_PY_UBINASCII (1)
39+
#define MICROPY_PY_UCTYPES (1)
40+
#define MICROPY_PY_UJSON (1)
3841
#define MICROPY_CPYTHON_COMPAT (0)
3942
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
4043
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)

0 commit comments

Comments
 (0)