From 6771adc75fc795c909fb3371b376906ef4285919 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Fri, 24 Feb 2017 18:26:51 +1100
Subject: [PATCH] esp8266/mpconfigport.h: Enable help('modules') feature.

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

diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 04b9792eb..cf4cbecd4 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -40,6 +40,7 @@
 #define MICROPY_PY_BUILTINS_PROPERTY (1)
 #define MICROPY_PY_BUILTINS_HELP    (1)
 #define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text
+#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
 #define MICROPY_PY___FILE__         (0)
 #define MICROPY_PY_GC               (1)
 #define MICROPY_PY_ARRAY            (1)
-- 
GitLab