pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Apache License 2.0
1.55k stars 261 forks source link

insufficient storage space #558

Closed bl4ckhole33 closed 1 month ago

bl4ckhole33 commented 1 month ago

Problem Description

Der Sketch verwendet 1425649 Bytes (108%) des Programmspeicherplatzes. Das Maximum sind 1310720 Bytes.

Globale Variablen verwenden 50744 Bytes (15%) des dynamischen Speichers, 276936 Bytes für lokale Variablen verbleiben. Das Maximum sind 327680 Bytes.

Der Sketch ist zu groß; unter https://support.arduino.cc/hc/en-us/articles/360013825179 finden sich Hinweise, um die Größe zu verringern.

Textbereich überschreitet den verfügbaren Platz auf der Platine

Device Description

ESP32S - NodeMCU (V 1.3)

Sketch

All of the examples (just with internal DAC is working)

Other Steps to Reproduce

No response

Provide your Version of the EP32 Arduino Core (or the IDF Version)

1.3

I have checked existing issues, discussions and online documentation

pschatzmann commented 1 month ago

I have answered this question already too many times: e.g. a quick search gives this

In addition there is a separate Chapter in the Wiki for this!

You owe me a coffee!