QUERY · ISSUE
Memory space that remains unaffected on reset on ESP32
port-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.
CANDIDATE · PULL REQUEST
drivers/memory/spiflash: Add an option to soft-reset SPI flash.
port-stm32drivers
Add an option to soft-reset SPI flash. This puts the flash in a known state on reset/init. Note this option is disabled by default, so it shouldn't affect any other board using this driver.