esp8266/mpconfigport.h: Enable help('modules') feature.
This commit is contained in:
parent
8400d0461d
commit
6771adc75f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue