From 9c2217a165ccac5ad27add35c7cbf077aa7376cf Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 22 May 2016 02:57:05 +0300 Subject: [PATCH] esp8266: Enable collections.OrderedDict. --- esp8266/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 269882d0d..ad11cb4d7 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -38,6 +38,7 @@ #define MICROPY_PY_ARRAY (1) #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) #define MICROPY_PY_COLLECTIONS (1) +#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1) #define MICROPY_PY_MATH (1) #define MICROPY_PY_CMATH (0) #define MICROPY_PY_IO (1) -- GitLab