From ff69a1d27d260668498bdf14fe3d8d2b32c3f7ef Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Fri, 25 Dec 2015 22:04:24 +0200
Subject: [PATCH] esp8266: Enable ujson, ubinascii, and uctypes modules.

---
 esp8266/mpconfigport.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index c24c2cc11..59169c216 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -35,6 +35,9 @@
 #define MICROPY_PY_SYS              (1)
 #define MICROPY_PY_SYS_EXIT         (1)
 #define MICROPY_PY_SYS_STDFILES     (1)
+#define MICROPY_PY_UBINASCII        (1)
+#define MICROPY_PY_UCTYPES          (1)
+#define MICROPY_PY_UJSON            (1)
 #define MICROPY_CPYTHON_COMPAT      (0)
 #define MICROPY_LONGINT_IMPL        (MICROPY_LONGINT_IMPL_MPZ)
 #define MICROPY_FLOAT_IMPL          (MICROPY_FLOAT_IMPL_FLOAT)
-- 
GitLab