ESP32, eeprom/nvs
Posted: Sun Feb 23, 2020 11:20 am
Hello,
I'm using ESP32 with uPython and would like to store some variables in a non-volatile storage.
There is not really an eeprom but Arduino libraries emulate EEPROM using a sector (4 kilobytes) of flash memory.
Is there any similar solution in python available?
Regards
I'm using ESP32 with uPython and would like to store some variables in a non-volatile storage.
There is not really an eeprom but Arduino libraries emulate EEPROM using a sector (4 kilobytes) of flash memory.
Is there any similar solution in python available?
Regards