summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-24 18:26:51 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-24 18:26:51 +1100
commit6771adc75fc795c909fb3371b376906ef4285919 (patch)
treed73954b6c4abee2513224a9231a70247a3a78dbc /esp8266
parent8400d0461d3bb444f10242c82c5c44d4d7cbef16 (diff)
downloadmicropython-6771adc75fc795c909fb3371b376906ef4285919.tar.gz
micropython-6771adc75fc795c909fb3371b376906ef4285919.zip
esp8266/mpconfigport.h: Enable help('modules') feature.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 04b9792ebf..cf4cbecd40 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)