tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.46k stars 1.94k forks source link

updating sketches #751

Open diegoalbaga opened 5 years ago

diegoalbaga commented 5 years ago

Basic Infos

Hardware

WiFimanager Branch/Release:

Esp8266/Esp32:

Hardware: ESP-12e, esp01, esp25

ESP Core Version: 2.4.0, staging

Description

i have flashed mi esp8266 a few time testing the library and now sometime i get features from previous sketches, how to i erase or delete the previous sketch or format the memory on my esp?? NOTE: im using a nodemcu

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch


#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

messages here
tablatronix commented 5 years ago

erase flash via esptool or select erase flash in the arduino ide board menu to completely erase flash

or you can erase in sketch, but these erase credentials not flash

// ESP.eraseConfig(); // wm.resetSettings();