Can't fit BluetoothSerial.h on to esp32

Was trying to finish my first arduino project and bam...out of space errors!

Sketch uses 1623405 bytes (123%) of program storage space. Maximum is 1310720 bytes. Global variables use 47032 bytes (14%) of dynamic memory, leaving 280648 bytes for local variables. Maximum is 327680 bytes. ``

Here is my script : #include "Audio.h"#include "SD.h"#include "FS.h"#include <ezButton.h>#in - Pastebin.com

Is this something that I can code my way out of or do I have not use bluetooth? I have a unique situation where I actually ONLY need to broadcast a signal name. There is no communication needed at all via bluetooth if that is a problem. However, if someone tries to connect it can't break.

I've read something about modifying partitions on the esp32. Is that a viable fix? How do I tell Arduino IDE2 about the change because it is giving me the error even when the esp32 is not connected.

I would really appreciate any help - Thanks!

In the ide, under tools and in the board section there is a way to select a partition scheme to use. There are two selections with no OTA which give 2 and 3 MB partitions for your app.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.