summaryrefslogtreecommitdiff
path: root/ports/esp32s2
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-08-14 15:52:18 -0700
committerScott Shawcroft <scott@tannewt.org>2020-08-19 14:23:28 -0700
commitb3a449c2764f25a3c4becdbbed47e02ca36f755b (patch)
treeb63fea00a0aae5179609868c01f7d17db78bf067 /ports/esp32s2
parent430530c74ba0780b2afb232756d3f5cd3b417179 (diff)
Turn on json and enable socket.close
Diffstat (limited to 'ports/esp32s2')
-rw-r--r--ports/esp32s2/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/mpconfigport.h b/ports/esp32s2/mpconfigport.h
index d340bb480..c06e63439 100644
--- a/ports/esp32s2/mpconfigport.h
+++ b/ports/esp32s2/mpconfigport.h
@@ -31,7 +31,7 @@
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
#define MICROPY_NLR_THUMB (0)
-#define MICROPY_PY_UJSON (0)
+#define MICROPY_PY_UJSON (1)
#define MICROPY_USE_INTERNAL_PRINTF (0)
#include "py/circuitpy_mpconfig.h"