Having trouble achieving smaller memory footprint #2210
-
|
After reading your Blog article here: https://www.pschatzmann.ch/home/2025/09/23/arduino-audio-tools-using-less-memory/ I tried out a small test case using PlatformIO, Here are my results with a stripped down app: (empty setup and loop) Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" After adding library reference: [env:esp32dev] and adding the include statement: #include "AudioTools.h" I gain a lot more flash usage: Can anyone tell me what I am doing wrong? I am wondering if including the library directly from github could be the issue. Or am I using different hardware than you were (I am using an audiokit 2.2). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
So that would be a platformio problem then! |
Beta Was this translation helpful? Give feedback.


What ESP32 core version did you use to test ?
Here is the result with the actual 3.3.2 release using IDF 5.5.1