Skip to content

Commit 6771adc

Browse files
committed
esp8266/mpconfigport.h: Enable help('modules') feature.
1 parent 8400d04 commit 6771adc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#define MICROPY_PY_BUILTINS_PROPERTY (1)
4141
#define MICROPY_PY_BUILTINS_HELP (1)
4242
#define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text
43+
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
4344
#define MICROPY_PY___FILE__ (0)
4445
#define MICROPY_PY_GC (1)
4546
#define MICROPY_PY_ARRAY (1)

0 commit comments

Comments
 (0)