Post #1725888
2026-04-26 06:43 UTC
When generating firmware for my ESP32's, it feels like my actual code doesn't contribute all that much to the total size. Is there tooling that can help me understand which components/library is contributing how much to the final image?
Replies (1)
-
@AliveDevil@tauri.earth 2026-04-26 08:24
@DJGummikuh there is idf.py which can get you a per-component sized summary: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-size.html