Jump to content

How many of you think this is a fair answer to a question identifying the asker as a novice hobby...


G+_Rud Dog
 Share

Recommended Posts

That sketch has this command: WiFi.begin("SSID","PASSWORD"); that info is stored in the SPIFFS file system area of flash. It is NOT overridden when you upload another sketch. You can follow these directions to erase the flash:

 

pratikpanda.com - Completely erase ESP8266 flash memory

 

If you just want to clean the area where the wifi credentials are stored, I think its mem location 0x7E000.

 

When you have the IDE open, have you opened the serial monitor to see what is being displayed?

Link to comment
Share on other sites

Also, if you have this plugin installed: github.com - esp8266/arduino-esp8266fs-plugin

 

You can create a folder called "data" inside your folder where your sketch is and put this file (edit.htm.gz link below) in the data folder and upload it using this plugin. You can then goto the ip of your ESP and view any files in the Spiffs file system area. ex: 192.168.0.100/edit

You can upload or delete file this way. It does not erase the flash.

 

https://drive.google.com/file/d/1jlyKA-azm9rqj-D-h0V53lsVOLP_GB3s/view?usp=sharing

Link to comment
Share on other sites

 Share

×
×
  • Create New...