schreibfaul1/ESP32-audioI2S

text section exceeds available space in board?

Closed this issue · 6 comments

i use ESP32-S3 N16R8 , but when i compile, it showed:
Sketch uses 1340981 bytes (102%) of program storage space. Maximum is 1310720 bytes.
text section exceeds available space in board
Global variables use 46284 bytes (14%) of dynamic memory, leaving 281396 bytes for local variables. Maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
Error compiling for board ESP32S3 Dev Module.

how to solve? thanks

You have 16MB flash, which is still plenty of space. The easiest method is to change the partition table. You can use "Huge App".

This issue is stale because it has been open for 30 days with no activity.

image
How to reduce Audio.h space?

image How to reduce Audio.h space?

image
Can I edit my partition scheme?

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.