sanchosk / ZoeELM2MQTT

Translation tool from ELM bluetooth dongle connected to OBD2 port in the car to MQTT server for HomeAssistant
15 stars 3 forks source link

Compilation error: text section exceeds available space in board #4

Closed anthonycorreia closed 9 months ago

anthonycorreia commented 9 months ago

I'm trying to set up this project but when compiling for an SP-Cow ESP-32S I get this error :


Global variables use 63160 bytes (19%) of dynamic memory, leaving 264520 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.
text section exceeds available space in board

Compilation error: text section exceeds available space in board```

Tanks
sanchosk commented 9 months ago

I had to switch Arduino to "Big APP, minimum OTA". Try and check if it helps.

anthonycorreia commented 9 months ago

It actually works better this way !

Thx