Skip to content
Discussion options

You must be logged in to vote

That's hard to believe: you have 4MB flash available!

What partition scheme did you select ?

With Rainmaker 4MB No OTA you get all flash available for your sketch, which should get you down to 30 %
The other way to reduce the program size would be to remove some of your used functionality: mp3 (or Wifi) make a big difference ...

ps
If you are not using WiFi, you can comment out the following in AudioToolsConfig.h in the ESP32 section

//# define USE_URL_ARDUINO
//# define USE_AUDIO_SERVER

This will avoid the include WiFi.h which should give you an additional 618076 bytes

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@hash6iron
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
2 replies
@pschatzmann
Comment options

@hash6iron
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants