I'm working in an home automation project where I use ESP8266. Firstly, I set the module in AP mode to set and save SSID data in an eeprom to then change to STATION mode and use the saved data to connect it to access point. The issue is when, consciously or unconsciously, I set and save wrong data and then the module attempts to connect to AP and connection fails, obviously. Then, I set the module in AP mode again, to save right data, and the module attempts to connect but It can't. I found a solution that is reload the code again but for the application that I want to give the module, it isn't useful solution. Someone with this issue that can give me some orientation?. As additional data, I'm using Arduino/ESP8266 IDE 1.6.6.
Thanks in advance