Skip to content
Snippets Groups Projects
Commit 6771adc7 authored by Damien George's avatar Damien George
Browse files

esp8266/mpconfigport.h: Enable help('modules') feature.

parent 8400d046
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment