Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't log in to console #29

Closed
ghost opened this issue May 25, 2018 · 3 comments
Closed

Can't log in to console #29

ghost opened this issue May 25, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented May 25, 2018

Hi

I set a new username and password for the console. I set the username as test and the password as test. For some reason, I can't login to the console with these credentials. I double checked I typed them correctly and have checked capitals, spelling, etc.

I have also attempted to reflash the firmware on the device - both parts. The SSID stays the same and I still can't log in.

Any advice on how to reflash it properly?

Thanks

@idolpx
Copy link
Owner

idolpx commented Jun 24, 2018

You could call "eepromInitialize()" to reset the eeprom settings or you could disable the part of the code that checks the username/password. After that you can change them and then re-enable the code and reflash and you should be good. :)

@idolpx idolpx closed this as completed Jun 24, 2018
@ghost
Copy link
Author

ghost commented Jun 29, 2018

@idolpx Any ideas on how I could call eepromInitialize()?

@idolpx
Copy link
Owner

idolpx commented Jul 10, 2018

In setup change

setupEEPROM();

to

eepromInitialize();

Then flash the ESP and boot it up.
Then shut it down and change it back and reflash and you should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant