Support of pre-compiled scripts
-
Dear pycom team,
may I ask you to include the line:
#define MICROPY_PERSISTENT_CODE_LOAD (1)
by default in your esp32/mpconfigport.h file. That allows loading of files pre-compiled with mpy-cross from the MicroPython tool chain. Pre-compiled files not only load faster, but also do not need RAM during loading.Best Regards, Robert
-
Hi,
Is it possible to add this as an enhancement issue on https://github.com/pycom/pycom-micropython?
Thanks