Search found 1 match

by der_kps
Sun Feb 23, 2020 11:20 am
Forum: General Discussion
Topic: ESP32, eeprom/nvs
Replies: 1
Views: 2938

ESP32, eeprom/nvs

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