I get theses traces with esp32-C3, when i choose Partition scheme= "minimal (1.3MB APP/ 700Kb SPIFFS)":
Code: Select all
Sketch uses 1466669 bytes (111%) of program storage space. Maximum is 1310720 bytes.text section exceeds available space in board
Global variables use 42044 bytes (12%) of dynamic memory, leaving 285636 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 ESP32 Dev Module.
Thank you.