Cannot compile 2025.7 for ESP32-C3-Supermini, to large #150
wunderbaum
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to update to the recent version, but the imagesize is to much.
HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
Where can I save some memory?
I tried to disable the web page, but then it used even more memory?!?
RAM: [== ] 18.7% (used 61388 bytes from 327680 bytes)
Flash: [==========] 108.9% (used 1997658 bytes from 1835008 bytes)
Error: The program size (1997658 bytes) is greater than maximum allowed (1835008 bytes)
Solution:
Changing the platform from arduino to esp-idf helps:
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
Result:
RAM: [= ] 14.3% (used 46920 bytes from 327680 bytes)
Flash: [========= ] 87.9% (used 1613686 bytes from 1835008 bytes)
Beta Was this translation helpful? Give feedback.
All reactions