PIO isn´t well configurated

Hello.

I am developing an app based on ESP32 Wroom 32 D chip, with 240 MHz CPU frequency, 16 MB of flash. I am using Wi-Fi and BLE scan features at the same application.

My problem is that when I build I can see:

Linking .pio\build\esp32dev\firmware.elf
Retrieving maximum program size .pio\build\esp32dev\firmware.elf
Checking size .pio\build\esp32dev\firmware.elf
Building .pio\build\esp32dev\firmware.bin
Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
RAM: [== ] 21.1% (used 69052 bytes from 327680 bytes)
Flash: [==========] 98.9% (used 1037084 bytes from 1048576 bytes)
esptool.py v2.6

While on the other hand, if I use “Project Inspect”, RAM and Flash sizes are´t the same
as on compilation:

Why Project inspect view does not coincide with Building CMD? I am configuring something wrong of PIO?

Please open an issue at GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO with a project that reproduced the problems so that the devs can have a look at it.

1 Like

This has been mentioned before a few times, all related to the espressif32 platform, so it looks like there is definitely some platform related issue here.