Current Lua downloadable firmware will be posted here

User avatar
By charudatt
#54012 What is the best way to erase the stored WiFi credentials on the ESP-12e

file.remove('config.lc') does not help.

Re-Flashing the .bin file also does not help.

what ever I do , it just logs on to the Router.
User avatar
By jankop
#54187 Very simply.
Like this:
Code: Select all wifi.sta.config("xxxxxxxx","xxxxxxxx"

Beter like this:
Code: Select allwifi.sta.config(string.char(0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff),string.char(0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff))

Clear all flash memory?
Or not?