Memory space that remains unaffected on reset on ESP32
Is there any way to store some variables which doesn't get affected on Reset?
I saw this memory partition named as NVS in Arduino ESP32 and ESP-IDF. This might work for me but I guess it hasn't been implemented on Micropython yet.
Any other way to store variables that remain unchanged on reset?
I want to store password credentials after acquiring once into memory space that is unaffected by reset.
ESP32 related issue
I'm at a loss here, I can't seem to figure this out. I have this extremely odd issue where an LED controller I have will become laggy over the peirod of several days. This wouldn't be a problem if the issue didn't continue even after running machine.reset(). If I physically press the reset button on my esp32 (or unplug and replug) it fixes it. If anyone has any suggestions I'll be happy to hear them as I've been pondering this for months