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

Bricked in Station Mode - is there any way to recover? #45

Open
crystalclear30 opened this issue Apr 18, 2024 · 3 comments
Open

Bricked in Station Mode - is there any way to recover? #45

crystalclear30 opened this issue Apr 18, 2024 · 3 comments

Comments

@crystalclear30
Copy link

I've accidentally changed my EvilCrowRF-V2 from AP to Station mode without entering any connection settings (blank). Apparently, this bricks the device. I cannot connect to the device any longer via wifi. Is there any way to recover or reset the device with factory firmware settings? Thank you.

@5ubterranean
Copy link

before uploading the firmware to the device go to the "readConfigWifi" function and modify the line that says "storage_status =1;" to "storage_status =0;", this will make the device ignore any Wifi configuration you have made, then you can set up the Wifi configuration correctly and upload the firmware again but without changes.

@lukasz-kwasniewski
Copy link

what if I deleted whole memory so bootloader and partition too?

@joelsernamoreno
Copy link
Owner

Hi @crystalclear30

@5ubterranean solution should work. Then delete the wifi settings from the web panel and change back to storage_status = 1

Another option is for you to create a small sketch that deletes the wifi config file from SPIFFS and flash this to the device.

The wifi configuration file is stored in /configwifi.txt

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

4 participants