Search found 1 match

by espknn
Sun Feb 18, 2018 6:10 pm
Forum: ESP-IDF
Topic: Erasing WiFi credentials from NVS with code
Replies: 2
Views: 7920

Re: Erasing WiFi credentials from NVS with code

you can try esptool.py from linux or esptool.exe from windows. use option erase_region . you can get the address of the data from partition table at the time of booting. I assume that you dont have any other user data in the partition table nvs :)