QUERY · ISSUE
The memory of ESP32S3 is too large when using microython
enhancement
I use the board of the ESP32. When I turn on microython, there will be more than 100 k of internal memory consumption. I have other functions to add. This more than 100 k of memory will cause me to run out of memory. What can I do to reduce the memory consumption of esp32 when using microython
CANDIDATE · ISSUE
How can ESP32 place microython startup on psram
enhancement
I use esp32S3. I have an idea about whether I can place the startup of microython in psram instead of iram. If so, what changes do I need to make? I want to save the space of iram as much as possible