nrf: mpconfigport: Enable ujson

This is mostly use for BLE comms since it allows us to easily share
data structures with our peers.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
wasp-os
Daniel Thompson 2020-07-19 20:42:39 +01:00
parent 33252220c7
commit 13f086deeb
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (0)
#define MICROPY_PY_UCTYPES (0)
#define MICROPY_PY_UZLIB (0)
#define MICROPY_PY_UJSON (0)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URE (0)
#define MICROPY_PY_UHEAPQ (0)
#define MICROPY_PY_UHASHLIB (0)