From 13f086deeb8b9195886fbbda0751302a67ff3c15 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 19 Jul 2020 20:42:39 +0100 Subject: [PATCH] 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 --- ports/nrf/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 427b5ef1c..ff79fccfa 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -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)