Open gbeardall opened 7 years ago
It looks like it does not exist. However, you can feed a source string directly into builtins.exec().
If you need it, you may make your custom firmware image and add the line
#define MICROPY_PY_BUILTINS_COMPILE (1)
to the file esp32/mpconfigport.h
Ok, thanks for the suggestions
Using LoPy:
If i do:
it doesn't report the builtins compile() function, whereas: https://docs.pycom.io/chapter/firmwareapi/micropython/builtin.html suggests that there is one.
Thanks