diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 04b9792ebfbde5636493d87be0ff3c884d72acd5..cf4cbecd40856b33b6ba7243bb381d1017246789 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)