VScode is showing me this output when I upload code onto my d1 mini.
"Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
RAM: [=== ] 34.3% (used 28104 bytes from 81920 bytes)
Flash: [=== ] 25.0% (used 261479 bytes from 1044464 bytes)
However, my flash size is 4MB in size instead of the stated 1MB shown above.
This is my output with the checkflashconfig example code to prove that the d1 mini indeed does have 4MB of flash memory.
"Flash real id: 0016405E
Flash real size: 4194304 bytes
Flash ide size: 4194304 bytes
Flash ide speed: 40000000 Hz
Flash ide mode: DOUT
Flash Chip configuration ok."
I used this in my platformio.ini code:
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
Sorry if there’s anything I’m missing I just started using platform.io and am very new to this. Would appreciate any help given.