Skip to content
Snippets Groups Projects
Verified Commit 435883e6 authored by rahix's avatar rahix
Browse files

feat(pycardium): Enable ujson module


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 0e5e760f
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,10 @@
/* Builtin function and modules */
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_UTIME_MP_HAL (1)
/* Modules */
#define MODULE_UTIME_ENABLED (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