ESP32_FlashMemory as EEPROM
1.0.0
With the ESP32 and the EEPROM library you can use up to 512 bytes in the flash memory.
The data stored in the flash memory will not disappear when the power is off.
In this implementation we will use it to store variables that must be memorized:
We will use 17 bytes of flash memory space to store the data.