Hello, i would ask some questions about esp32 internal flash memory, how mutch memory it has, i explain, in your tutorial, you say it has 512 byte, in the internet i saw threads that say 4MB of flash memory…it’s a big difference, could i ask where is the truth? maybe some different versions? if yes, how can i check my version? thank you
Hi.
The ESP32 has 4MB flash memory.
However, when using the EEPROM library (at least when we wrote the tutorial about that), you could only use 512 MB (that’s how the library was made, however, I’m not sure if that changed meanwhile).
With the ESP32, if you need to store more than just some bytes on the flash memory, I recommend using SPIFFS.
Regards,
Sara