pyWIFI ESP32, ESP32P

Dear 01Studio,

I need to know the capacity of the flash ROM memory of the ESP32 core chip in the module pyWifi ESP32P. In the english document did not mentioned about it. Just the capacity of PSRAM, which is 8Mbytes.

Is it still the same with pyWifi ESP32 (4Mbytes flash ROM) or what?

Thank you,
Sincerely yours

Please refer to this form:

Dear 01 Support Team,

I need to know the size of PSAM of ESP32 chip using micropython, since sometime the label outside the doesn’t display the PSRAM size information.

I try to browse in the internet, but no help.

While to know the size of Flash ROM of ESP32 we can use esp module library.

import esp

esp.flash_size()

Thank you

Regards,